RESOLVED FIXED 55769
Web Inspector: [Text editor] DOMNodeRemoved events are missing
https://bugs.webkit.org/show_bug.cgi?id=55769
Summary Web Inspector: [Text editor] DOMNodeRemoved events are missing
Andrey Adaikin
Reported 2011-03-04 05:39:40 PST
In WebKit the DOMNodeRemoved event is fired AFTER the node is removed, thus it should be attached to all DOM nodes that we want to track. Instead, we attach the DOMNodeRemoved listeners only on the line rows, and use DOMSubtreeModified to track node removals inside the line rows. For more info see: https://bugs.webkit.org/show_bug.cgi?id=55666
Attachments
Patch (7.30 KB, patch)
2011-03-04 05:42 PST, Andrey Adaikin
no flags
Andrey Adaikin
Comment 1 2011-03-04 05:42:21 PST
Pavel Podivilov
Comment 2 2011-03-04 06:20:13 PST
Comment on attachment 84732 [details] Patch Clearing flags on attachment: 84732 Committed r80346: <http://trac.webkit.org/changeset/80346>
Pavel Podivilov
Comment 3 2011-03-04 06:20:25 PST
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.