[Webkit-unassigned] [Bug 242314] Double clicking submit button causes forms to be submitted twice

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 4 21:17:25 PDT 2022


https://bugs.webkit.org/show_bug.cgi?id=242314

--- Comment #5 from Karl Dubost <karlcow at apple.com> ---
There are indeed a lot of techniques online to prevent this behavior. 
Example:
https://stackoverflow.com/questions/36767731/how-to-prevent-double-click-event-on-submit-button

https://duckduckgo.com/?q=prevent+double+click+event+on+submit+button&t=h_&ia=web

The HTML spec doesn't constraint the input type="submit"
https://html.spec.whatwg.org/multipage/input.html#submit-button-state-(type=submit)
And I didn't find an issue previously discussing it. 

Neil, is there an issue on the Chromium project?

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220705/a399ba09/attachment.htm>


More information about the webkit-unassigned mailing list