[Webkit-unassigned] [Bug 74911] New: Validity is not updated when a checked radio button is detached from the group

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Dec 19 21:39:07 PST 2011


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

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


<form>
<input type=radio name=rg1 id=radio1 required>
<input type=radio name=rg1 id=radio2 checked>
</form>

The element 'radio1' is valid ($('radio1').validity.valid == true).  If the element 'radio2' is detached from the renderer tree or removed from the DOM tree, the validity of 'radio1' should be changed to false.

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