[Webkit-unassigned] [Bug 123529] New: Iframe is not loaded after moving the iframe while in the DOMNodeRemoved handler

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 30 13:52:14 PDT 2013


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

           Summary: Iframe is not loaded after moving the iframe while in
                    the DOMNodeRemoved handler
           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: achicu at adobe.com


1. Open the attached example.
2. Click the "Move on DOMNodeRemoved event" button.

Expected Result:
The iframe is moved to the "green" box. The content should load again.

Actual Result:
The content of the iframe is not loaded again.

The test attaches to iframe#element's DOMNodeRemoved event. When the handler is triggered it will move the iframe element inside #final_container.

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