Bug 123529 - Iframe is not loaded after moving the iframe while in the DOMNodeRemoved handler
Summary: Iframe is not loaded after moving the iframe while in the DOMNodeRemoved handler
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-10-30 13:51 PDT by Alexandru Chiculita
Modified: 2013-10-30 13:51 PDT (History)
0 users

See Also:


Attachments
Test case (934 bytes, text/html)
2013-10-30 13:51 PDT, Alexandru Chiculita
no flags Details

Note You need to log in before you can comment on or make changes to this bug.
Description Alexandru Chiculita 2013-10-30 13:51:00 PDT
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.
Comment 1 Alexandru Chiculita 2013-10-30 13:51:18 PDT
Created attachment 215560 [details]
Test case