Bug 103132

Summary: Web Inspector: damaging last chunk does not remove its garbage from DOM
Product: WebKit Reporter: Pavel Feldman <pfeldman>
Component: Web Inspector (Deprecated)Assignee: Pavel Feldman <pfeldman>
Status: RESOLVED FIXED    
Severity: Normal CC: apavlov, keishi, loislo, pfeldman, pmuellr, vsevik, web-inspector-bugs, yurys
Priority: P2    
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
Patch vsevik: review+

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.