Closed
Bug 150291
Opened 23 years ago
Closed 23 years ago
browser doesn't recognize enter as submit of a form
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
DUPLICATE
of bug 150232
People
(Reporter: ch.ey, Assigned: alexsavulov)
References
()
Details
From Bugzilla Helper:
User-Agent: Mozilla/5.0 (Windows; U; Win95; en-US; rv:1.1a) Gecko/20020608
BuildID: 2002060808
Pressing Enter/Return doesn't submit the form in some cases. Bad thing is, that
it works well in Mozilla 1.0 but not in actual 1.1.
Maybe a side effect of resolving of Bug 149685.
Reproducible: Always
Steps to Reproduce:
1. Visit page provided
2. Enter some Author
3. Press Enter/Return
Actual Results: Nothing
Expected Results: The same as a click on "Search" does.
Interesting thing is if the active item is a radio button (just click on any of
them), everything works well.
![]() |
||
Comment 1•23 years ago
|
||
no, the real problem is that the formframe removal broke submission like this
for forms with an <input type="image">.
*** This bug has been marked as a duplicate of 150232 ***
Status: UNCONFIRMED → RESOLVED
Closed: 23 years ago
Resolution: --- → DUPLICATE
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
•