Closed
Bug 15949
Opened 26 years ago
Closed 26 years ago
onsubmit handler doesn't fire correctly
Categories
(Core :: DOM: Core & HTML, defect, P3)
Tracking
()
VERIFIED
FIXED
M12
People
(Reporter: mozilla, Assigned: kmcclusk)
References
()
Details
Load the page at http://www.mundocani.com/john/MozillaBugs/Submit.html
Click in the edit field to give it the focus
Press [enter]
onsubmit handler for the form should always block submission, but it doesn't get applied when submitting by pressing [enter] (clicking the Submit button works correctly)
Updated•26 years ago
|
Assignee: karnaze → kmcclusk
Comment 1•26 years ago
|
||
Reassigning to Kevin.
Assignee | ||
Updated•26 years ago
|
Status: NEW → ASSIGNED
Target Milestone: M12
Assignee | ||
Updated•26 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 26 years ago
Resolution: --- → FIXED
Assignee | ||
Comment 2•26 years ago
|
||
Fixed in Oct 12, 1999 3:53PM build
Verified fixed in the 1999111016 build (M11 build) under NT.
(Created additional test at http://schist/15949.html - this verifies that press
Enter inside the text input control isn't working because of the ONSUBMIT and
not because of other seamonkey weirdness.)'
Thanks for the bug report, John (or Brian)!
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
•