Open
Bug 587671
Opened 15 years ago
Updated 3 years ago
Always check form validity when a form is submitted and block submission if needed even if there is no observer
Categories
(Core :: DOM: Forms, defect, P5)
Core
DOM: Forms
Tracking
()
NEW
People
(Reporter: mounir, Unassigned)
References
Details
bug 561636 blocks submission when a form is invalid only if there is an observer for "invalidformsubmit" event. So, it will prevent browsers using Gecko (like Fennec) to not submit a form without any UI thus confusing the user.
As long as HTML5 Forms isn't spread enough, we can consider no-one will assume a form will not be submitted if invalid so this behavior can be kept. However, we will have to remove it and, at this moment, not having a UI will be a browser bug.
Comment 1•7 years ago
|
||
https://bugzilla.mozilla.org/show_bug.cgi?id=1472046
Move all DOM bugs that haven’t been updated in more than 3 years and has no one currently assigned to P5.
If you have questions, please contact :mdaly.
Priority: -- → P5
Updated•4 years ago
|
Component: DOM: Core & HTML → DOM: Forms
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•