[Webkit-unassigned] [Bug 74642] New: Adding a checked radio to a DocumentFragment affects the DOM

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Dec 15 12:51:30 PST 2011


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

           Summary: Adding a checked radio to a DocumentFragment affects
                    the DOM
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
               URL: http://jsfiddle.net/xvFYK/8/
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: Forms
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: ljharb at gmail.com


I have a test case here: http://jsfiddle.net/xvFYK/8/
The test works in Firefox, Opera, and IE, but fails in Safari/Chrome.

Basically, it seems adding anything to an element that's not in the document tree should never affect the document tree, but when a checked radio button is added to such an element (ie a DocumentFragment or a div), a checked radio button in the document tree with the same name attribute will become unchecked.

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