Closed
Bug 149685
Opened 23 years ago
Closed 23 years ago
onsubmit event not being fired when you hit enter on a single-textfield form
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
VERIFIED
FIXED
People
(Reporter: john, Assigned: john)
References
()
Details
Attachments
(1 file)
2.98 KB,
patch
|
peterv
:
review+
jst
:
superreview+
|
Details | Diff | Splinter Review |
When you hit enter on a form with just one textfield, the onSubmit event is not
being fired. Case in point is the Netscape-internal address above. Enter an
email in the top and nothing happens currently. Something should happen.
Assignee | ||
Comment 1•23 years ago
|
||
This patch makes us fire onSubmit on the form element instead of calling
Submit().
Assignee | ||
Updated•23 years ago
|
Status: NEW → ASSIGNED
Comment 2•23 years ago
|
||
Comment on attachment 86675 [details] [diff] [review]
Patch
sr=jst
Attachment #86675 -
Flags: superreview+
Comment 3•23 years ago
|
||
*** Bug 149677 has been marked as a duplicate of this bug. ***
Comment 4•23 years ago
|
||
Severity: normal → major
Updated•23 years ago
|
Attachment #86675 -
Flags: review+
Comment 5•23 years ago
|
||
Comment on attachment 86675 [details] [diff] [review]
Patch
r=peterv
Comment 6•23 years ago
|
||
We need this regressions fixed for 1.1alpha. Please land this ASAP. Thanks.
Blocks: 1.1a
Assignee | ||
Comment 7•23 years ago
|
||
Fix checked in.
Status: ASSIGNED → RESOLVED
Closed: 23 years ago
Resolution: --- → FIXED
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
•