Title: [108983] trunk/Source/WebCore
Revision
108983
Author
[email protected]
Date
2012-02-27 03:56:14 -0800 (Mon, 27 Feb 2012)

Log Message

Web Inspector: [chromium] Profiles - Tooltip with object/property types stays on screen when another tab selected
https://bugs.webkit.org/show_bug.cgi?id=79654

Reviewed by Yury Semikhatsky.

* inspector/front-end/DetailedHeapshotView.js:
(WebInspector.DetailedHeapshotView.prototype.willHide):

Modified Paths

Diff

Modified: trunk/Source/WebCore/ChangeLog (108982 => 108983)


--- trunk/Source/WebCore/ChangeLog	2012-02-27 11:38:34 UTC (rev 108982)
+++ trunk/Source/WebCore/ChangeLog	2012-02-27 11:56:14 UTC (rev 108983)
@@ -1,3 +1,13 @@
+2012-02-27  Ilya Tikhonovsky  <[email protected]>
+
+        Web Inspector: [chromium] Profiles - Tooltip with object/property types stays on screen when another tab selected
+        https://bugs.webkit.org/show_bug.cgi?id=79654
+
+        Reviewed by Yury Semikhatsky.
+
+        * inspector/front-end/DetailedHeapshotView.js:
+        (WebInspector.DetailedHeapshotView.prototype.willHide):
+
 2012-02-27  Tor Arne Vestbø  <[email protected]>
 
         [Qt] Remove page/PageSupplement.h from WebCore's Target.pri

Modified: trunk/Source/WebCore/inspector/front-end/DetailedHeapshotView.js (108982 => 108983)


--- trunk/Source/WebCore/inspector/front-end/DetailedHeapshotView.js	2012-02-27 11:38:34 UTC (rev 108982)
+++ trunk/Source/WebCore/inspector/front-end/DetailedHeapshotView.js	2012-02-27 11:56:14 UTC (rev 108983)
@@ -623,6 +623,8 @@
     {
         this._currentSearchResultIndex = -1;
         this._popoverHelper.hidePopover();
+        if (this.helpPopover.visible)
+            this.helpPopover.hide();
     },
 
     onResize: function()
_______________________________________________
webkit-changes mailing list
[email protected]
http://lists.webkit.org/mailman/listinfo.cgi/webkit-changes

Reply via email to