RESOLVED FIXED 103132
Web Inspector: damaging last chunk does not remove its garbage from DOM
https://bugs.webkit.org/show_bug.cgi?id=103132
Summary Web Inspector: damaging last chunk does not remove its garbage from DOM
Pavel Feldman
Reported 2012-11-23 05:53:49 PST
Patch to follow.
Attachments
Patch (13.83 KB, patch)
2012-11-23 06:05 PST, Pavel Feldman
vsevik: review+
Pavel Feldman
Comment 1 2012-11-23 06:05:14 PST
Vsevolod Vlasov
Comment 2 2012-11-23 06:48:11 PST
Comment on attachment 175791 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=175791&action=review > Source/WebCore/inspector/front-end/DefaultTextEditor.js:2415 > + // Remove damaged chunks from DOM and from textChinks model. s/textChinks/textChunks/ > Source/WebCore/inspector/front-end/DefaultTextEditor.js:2420 > + for (var node = removeDOMFromNode; node && node != removeDOMToNode; ) { s/!=/!==/
Pavel Feldman
Comment 3 2012-11-23 07:02:22 PST
Note You need to log in before you can comment on or make changes to this bug.