[Webkit-unassigned] [Bug 104873] New: Validity of a radio button is not updated correctly when it is detached from an invalid radio group

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Dec 12 19:12:00 PST 2012


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

           Summary: Validity of a radio button is not updated correctly
                    when it is detached from an invalid radio group
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: tkent at chromium.org


http://code.google.com/p/chromium/issues/detail?id=165464

<form>
  <input type=radio name=g required id=radio2> 
  <input type=radio name=g required id=radio3>
</form>

If we remove radio2 from the document tree, it should update validity state and should be valid. However it becomes invalid.

-- 
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