Title: [107821] trunk/Source/WebCore
- Revision
- 107821
- Author
- [email protected]
- Date
- 2012-02-15 08:09:30 -0800 (Wed, 15 Feb 2012)
Log Message
Web Inspector: "Minus" (Delete) button disappears for hovered watch _expression_ in Watches pane
https://bugs.webkit.org/show_bug.cgi?id=78714
Reviewed by Pavel Feldman.
* inspector/front-end/WatchExpressionsSidebarPane.js:
(WebInspector.WatchExpressionsSection.prototype._mouseOut):
Modified Paths
Diff
Modified: trunk/Source/WebCore/ChangeLog (107820 => 107821)
--- trunk/Source/WebCore/ChangeLog 2012-02-15 16:01:36 UTC (rev 107820)
+++ trunk/Source/WebCore/ChangeLog 2012-02-15 16:09:30 UTC (rev 107821)
@@ -1,3 +1,13 @@
+2012-02-15 Alexander Pavlov <[email protected]>
+
+ Web Inspector: "Minus" (Delete) button disappears for hovered watch _expression_ in Watches pane
+ https://bugs.webkit.org/show_bug.cgi?id=78714
+
+ Reviewed by Pavel Feldman.
+
+ * inspector/front-end/WatchExpressionsSidebarPane.js:
+ (WebInspector.WatchExpressionsSection.prototype._mouseOut):
+
2012-02-15 Patrick Gansterer <[email protected]>
[CMake] Move RunLoop to WebCore/platform
Modified: trunk/Source/WebCore/inspector/front-end/WatchExpressionsSidebarPane.js (107820 => 107821)
--- trunk/Source/WebCore/inspector/front-end/WatchExpressionsSidebarPane.js 2012-02-15 16:01:36 UTC (rev 107820)
+++ trunk/Source/WebCore/inspector/front-end/WatchExpressionsSidebarPane.js 2012-02-15 16:09:30 UTC (rev 107821)
@@ -270,8 +270,10 @@
_mouseOut: function()
{
- if (this._hoveredElement)
+ if (this._hoveredElement) {
this._hoveredElement.removeStyleClass("hovered");
+ delete this._hoveredElement;
+ }
delete this._lastMouseMovePageY;
},
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes