[Webkit-unassigned] [Bug 70966] New: Adopted node has a different lifetime than a parse-created node in a document

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 26 13:52:06 PDT 2011


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

           Summary: Adopted node has a different lifetime than a
                    parse-created node in a document
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML DOM
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: mjs at apple.com, sam at webkit.org, ojan at chromium.org,
                    arv at chromium.org


When javascript adopts a node into a different frame, and then the frame into which the node was adopted navigates to a different page (e.g. by location.href), then the adopted node will be dead after the navigation even though a parse-created node in the original document is still alive.

Furthermore, behavior is different depending on how long we wait.

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