WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED FIXED
Bug 78102
Web Inspector: Avoid an avalanche of "class" attribute modifications in WatchExpressionsSidebarPane
https://bugs.webkit.org/show_bug.cgi?id=78102
Summary
Web Inspector: Avoid an avalanche of "class" attribute modifications in Watch...
Alexander Pavlov (apavlov)
Reported
2012-02-08 04:22:51 PST
_updateHoveredElement() removes and adds the "hovered" style class (perhaps on the same element) on every "mousemove" event
Attachments
Patch
(2.40 KB, patch)
2012-02-08 04:28 PST
,
Alexander Pavlov (apavlov)
vsevik
: review+
Details
Formatted Diff
Diff
View All
Add attachment
proposed patch, testcase, etc.
Alexander Pavlov (apavlov)
Comment 1
2012-02-08 04:28:18 PST
Created
attachment 126054
[details]
Patch
Vsevolod Vlasov
Comment 2
2012-02-08 04:54:40 PST
Comment on
attachment 126054
[details]
Patch View in context:
https://bugs.webkit.org/attachment.cgi?id=126054&action=review
> Source/WebCore/inspector/front-end/WatchExpressionsSidebarPane.js:293 > + candidateElement.addStyleClass("hovered");
Please check that candidateElement is not null here.
Alexander Pavlov (apavlov)
Comment 3
2012-02-08 04:58:36 PST
Committed
r107076
: <
http://trac.webkit.org/changeset/107076
>
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