[Webkit-unassigned] [Bug 81922] New: DOMNodeRemoved events should be dispatched as early as possible during node removal

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 22 09:01:53 PDT 2012


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

           Summary: DOMNodeRemoved events should be dispatched as early as
                    possible during node removal
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: HTML Editing
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: adamk at chromium.org
                CC: rniwa at webkit.org


For example, ContainerNode currently calls document()->nodeWillBeRemoved() _before_ DOMNodeRemoved, allowing event listeners to see a tree containing a node that, as far as selection is concerned, is not in the document.

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