[Webkit-unassigned] [Bug 123516] New: Web Inspector: Moving an element while in the DOMNodeRemoved handler will hide it in the inspector

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Oct 30 10:58:41 PDT 2013


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

           Summary: Web Inspector: Moving an element while in the
                    DOMNodeRemoved handler will hide it in the inspector
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Web Inspector
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: achicu at adobe.com
                CC: timothy at apple.com, joepeck at webkit.org,
                    webkit-bug-importer at group.apple.com, graouts at apple.com


1. Open the attached example.
2. Open the inspector.
3. Make sure the #final_container element is visible in the DOM tree.
4. Click the "Test" button.

Expected Result:
#element should move under the #final_container.

Actual Result:
#element disappears from the DOM tree.

The test attaches to #element's DOMNodeRemoved event. When the handler is triggered it will move the 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