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+
Alexander Pavlov (apavlov)
Comment 1 2012-02-08 04:28:18 PST
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
Note You need to log in before you can comment on or make changes to this bug.