Closed
Bug 146731
Opened 23 years ago
Closed 23 years ago
Cant log into e-account page.
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
INVALID
People
(Reporter: rick, Assigned: alexsavulov)
References
()
Details
(Keywords: qawanted, Whiteboard: reduced testcase needed)
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:0.9.9) Gecko/20020311
BuildID: 2002031104
Cannot log into e-account page as new customer or returning customer. I have
had no problems with any other browswer I have tried. Been trying on WIN2k and
Linux since .97 with no luck. Would love to use Mozilla here at work, but cant
until I can log in :(
(I work at www.thenerds.net)
Reproducible: Always
Steps to Reproduce:
1.Try to create a new account
2.Will bring you right back to same page
3.
Actual Results: Just brings you right back to same page.
Expected Results: Logged and and brought up an account.
Assignee | ||
Updated•23 years ago
|
Assignee | ||
Updated•23 years ago
|
Whiteboard: testcase needed
testcase? sorry I dont know what you mean.... I mean if you want to test it
out, try setting up a new account. In the New Customer box put an email and
password and try to submit it. You will be brought back to the same page
instead to the next page to fill out your info. If you want to test the
returning customer page, use mozilla@thenerds.net as user and mozilla as
password. Either way you won't be able to get to the next page in Mozilla.
Assignee | ||
Updated•23 years ago
|
Whiteboard: testcase needed → reduced testcase needed
Assignee | ||
Comment 2•23 years ago
|
||
oh, it is possible to grab the HTML markup where the problem occurs and attach
it as a copy to this bug in a reduced form. then someone could analyse what's
being sent on the wire to see what are we doing wrong (different than other
browser that work with that page). A network sniffing app (like ethereal) is
needed. I could do this myself, but i kinda don't have time for this right now
so i'm trying to get contributors to do it if they have some time.
Comment 3•23 years ago
|
||
cannot access the site...
Comment 4•23 years ago
|
||
Ok this is an invalid bug. I narrowed down the problem, and the reason for it is
that two form controls have the same name.
<input type="hidden" name="whichsubmit" value="Login">
<input type="image" name="whichsubmit" value="log in"
src="loginverify.asp_files/login.gif" border="0">
When the image is clicked the value "log in" is sent, and since it cannot be
interpreted by the server it just reloads the page...
This works on IE because there Image Submit does not send the name/value pair,
but Netscape and Mozilla do.
To fix the problem please rename one of the two controls.
Status: NEW → RESOLVED
Closed: 23 years ago
Resolution: --- → INVALID
Updated•6 years ago
|
Component: HTML: Form Submission → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•