RESOLVED FIXED 235645
Revert r286855 as it caused form submission issues
https://bugs.webkit.org/show_bug.cgi?id=235645
Summary Revert r286855 as it caused form submission issues
Chris Dumez
Reported 2022-01-26 08:44:15 PST
Load a simple form like below and press submit. STP will put focus on the second radio and refuse to submit, even though the first radio from the same group is checked. I expected the behavior from "Version 15.2 (17612.3.6.1.6)" and other browsers, where "foo" has been checked (regardless of a value attribute) and so it fullfills the requiredness of the "foo" form field (and not all elements with a required). <form> <input type=radio name=foo required checked> <input type=radio name=foo required> <input type=submit> </form>
Attachments
Patch (22.76 KB, patch)
2022-01-26 08:46 PST, Chris Dumez
no flags
Patch (25.58 KB, patch)
2022-01-26 09:37 PST, Chris Dumez
no flags
Chris Dumez
Comment 1 2022-01-26 08:44:26 PST
Chris Dumez
Comment 2 2022-01-26 08:46:01 PST
Chris Dumez
Comment 3 2022-01-26 09:37:05 PST
Chris Dumez
Comment 4 2022-01-26 10:46:55 PST
Comment on attachment 450027 [details] Patch win failure is unrelated.
EWS
Comment 5 2022-01-26 11:14:34 PST
Committed r288631 (246446@main): <https://commits.webkit.org/246446@main> All reviewed patches have been landed. Closing bug and clearing flags on attachment 450027 [details].
Note You need to log in before you can comment on or make changes to this bug.