WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Pavel Feldman
Comment 1
2012-11-23 06:05:14 PST
Created
attachment 175791
[details]
Patch
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
Committed
r135606
: <
http://trac.webkit.org/changeset/135606
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug