[Webkit-unassigned] [Bug 40591] New: Form submission blocking on required radio groups

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jun 14 14:39:16 PDT 2010


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

           Summary: Form submission blocking on required radio groups
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P1
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: webkit at appsforartists.com
                CC: tkent at chromium.org


Created an attachment (id=58701)
 --> (https://bugs.webkit.org/attachment.cgi?id=58701)
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.

-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.



More information about the webkit-unassigned mailing list