RESOLVED FIXED 81922
DOMNodeRemoved events should be dispatched as early as possible during node removal
https://bugs.webkit.org/show_bug.cgi?id=81922
Summary DOMNodeRemoved events should be dispatched as early as possible during node r...
Adam Klein
Reported 2012-03-22 09:01:54 PDT
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.
Attachments
Ryosuke Niwa
Comment 1 2012-04-30 16:08:44 PDT
Note You need to log in before you can comment on or make changes to this bug.