Bug 40591 - Form submission blocking on required radio groups
Summary: Form submission blocking on required radio groups
Status: RESOLVED DUPLICATE of bug 40429
Alias: None
Product: WebKit
Classification: Unclassified
Component: Forms (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P1 Normal
Assignee: Nobody
URL: http://beta.insightdining.com/surveys...
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-14 14:39 PDT by Brenton
Modified: 2010-06-14 15:01 PDT (History)
1 user (show)

See Also:


Attachments
Test case for bug (800 bytes, text/html)
2010-06-14 14:39 PDT, Brenton
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Brenton 2010-06-14 14:39:16 PDT
Created attachment 58701 [details]
Test case for bug

Recent work on HTML5 forms has broken at least one site in Chrome 6 and Safari 5.

The bug occurs when a radio group has @required flagged on each item.  After the user tries to submit the form, the contraint validator forces him to click every single @required input, even if it is in the same group as other @required inputs.  There seems to be a related bug that will focus the first input in an affected @required group, even if it is already checked.

A test case is attached.
Comment 1 Brenton 2010-06-14 14:40:15 PDT
Adding URL to one affected site
Comment 2 Alexey Proskuryakov 2010-06-14 15:01:19 PDT

*** This bug has been marked as a duplicate of bug 40429 ***