Closed
Bug 165229
Opened 23 years ago
Closed 23 years ago
form does not submit on return/enter
Categories
(Core :: DOM: UI Events & Focus Handling, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 150232
People
(Reporter: lutz.petersen, Assigned: aaronlev)
References
()
Details
User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
Build Identifier: Mozilla/5.0 (Windows; U; Windows NT 5.0; en-US; rv:1.1) Gecko/20020826
The login form (top-left) cannot be submitted by pressing enter/return. This
should be the case though, as the two form fields (login/pass) are text fields
and the submit button is realized by <input type="image">.
Reproducible: Always
Steps to Reproduce:
1. Go to the URL mentioned above.
2. Fill out the login/pass form fields.
3. Press Return or Enter in any of the two fields.
Actual Results:
Nothing happens.
Expected Results:
The form should be submitted.
Comment 1•23 years ago
|
||
WFM - 2002082804 trunk / XP.
Comment 2•23 years ago
|
||
worksforme 2002082808 on Mac OS 9 (trunk)
Comment 3•23 years ago
|
||
WORKSFORME Mozilla 2002082208 Win98
Assignee | ||
Comment 4•23 years ago
|
||
WORKSFORME, 8/27 debug build.
Which Enter key are you using? Are you using the numpad Enter key?
WFM 2002082814/win2k.
Lutz, does JavaScript Console say anything? Did you try to delete that damn
components\compreg.dat file?
![]() |
||
Comment 6•23 years ago
|
||
This has been fixed for a while (but not on 1.1 branch).
*** This bug has been marked as a duplicate of 150232 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
Updated•6 years ago
|
Component: Keyboard: Navigation → User events and focus handling
You need to log in
before you can comment on or make changes to this bug.
Description
•