Closed
Bug 67880
Opened 24 years ago
Closed 24 years ago
"login" botton doesn't function
Categories
(Core :: DOM: Core & HTML, defect)
Core
DOM: Core & HTML
Tracking
()
People
(Reporter: bob.broughton, Assigned: security-bugs)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; 0.7) Gecko/20010109
BuildID: 2001010901
Enter anything in the "connect ID" and "password" fields. Click "login". Nothing
happens
Reproducible: Always
Steps to Reproduce:
see "description".
Actual Results: Absolutely nothing.
Expected Results: Should generate "invalid connect ID" or "invalid password".
If a correct connect ID and password are entered, it should go to the next screen.
Comment 1•24 years ago
|
||
Cant reproduce on windows 98 build 2001-02-06-08-Mtest...
Comment 2•24 years ago
|
||
I see this on linux build 2001-02-06. I get a JS exception with "access to
property denied". Probably a JS engine or DOM0 bug...
Comment 3•24 years ago
|
||
The site may bee checking the browser ID.
Comment 4•24 years ago
|
||
Marking NEW and moving to Javascript as per Bz's comments.
Severity: major → normal
Status: UNCONFIRMED → NEW
Component: Form Submission → Javascript Engine
Ever confirmed: true
OS: Windows 2000 → All
Hardware: PC → All
Updated•24 years ago
|
Assignee: rods → pollmann
Comment 5•24 years ago
|
||
reassigning
Comment 6•24 years ago
|
||
Error uncaught exception:[Exception..."Access to property denied" code: "1010"
nsresult: "0x805303f2(NS_ERROR_DOM_PROP_ACCESS_DENIED)" location:
"https://tdaccess33.tdbank.ca/login2.asp Line: 33"]
is the actual error message when you click the Login button.
There must be some problem with the execution of Javascript in this page.
Also, you get the following error in change password page by clicking submit.
Error uncaught exception:[Exception..."Access to property denied" code: "1010"
nsresult: "0x805303f2(NS_ERROR_DOM_PROP_ACCESS_DENIED)" location:
"https://tdaccess4m.tdbank.ca/logon.asp Line: 33"]
Comment 7•24 years ago
|
||
Using mozilla (any version) for Linux, I see the same bug. *However*,
Netscape 6.01 for Linux is *not* affected by this bug. I.e. netscape 6.01
works as expected. Hopefully, this is a useful clue as to what the source
of the problem is.
Comment 8•24 years ago
|
||
code for the login button :
<input type="button" name="User_Submit" value="Login"
onClick="confirmLogin(self.document.Logon);return(false);">
I'm pretty sure "self.document.Logon" is causing that. When the DOM tries to
access documents it can't find it returns that error, IIRC.
Reassigning to DOM Level 0 (eek, I still can't find my way in the new DOM
components!).
Component: Javascript Engine → DOM Level 0
Comment 9•24 years ago
|
||
and reassigning, argh
Assignee: pollmann → jst
QA Contact: vladimire → desale
Comment 10•24 years ago
|
||
Reassigning to the security people, Mithcell, could you have a look at this?
Assignee: jst → mstoltz
Assignee | ||
Comment 11•24 years ago
|
||
Seen this one before. One of the very few sites I've seen (the other was the
Belgian Yellow Pages) that does cross-origin function calls between hosts in
completely different domains. Bad behavior on their part.
*** This bug has been marked as a duplicate of 45099 ***
Status: NEW → RESOLVED
Closed: 24 years ago
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•