RESOLVED FIXED 83362
Web Inspector: hide popover on mouseout from anchor
https://bugs.webkit.org/show_bug.cgi?id=83362
Summary Web Inspector: hide popover on mouseout from anchor
Andrey Kosyakov
Reported 2012-04-06 05:21:38 PDT
We used to (delayed) hide popover upon mousemove, if mouse left the anchor. We wouldn't receive mousemove, though, if the mouse is moved outside of the panel element -- so add listener for mouseout as well.
Attachments
Patch (3.20 KB, patch)
2012-04-06 05:22 PDT, Andrey Kosyakov
no flags
Patch (3.52 KB, patch)
2012-04-06 05:39 PDT, Andrey Kosyakov
pfeldman: review+
Andrey Kosyakov
Comment 1 2012-04-06 05:22:37 PDT
Pavel Feldman
Comment 2 2012-04-06 05:27:29 PDT
Comment on attachment 136007 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=136007&action=review > Source/WebCore/ChangeLog:8 > + * inspector/front-end/Popover.js: Please explain what has happened and why. > Source/WebCore/inspector/front-end/Popover.js:256 > + this._hidePopoverTimer = setTimeout(doHide, this._timeout / 2); just bind it
Andrey Kosyakov
Comment 3 2012-04-06 05:39:10 PDT
Andrey Kosyakov
Comment 4 2012-04-06 05:50:27 PDT
Note You need to log in before you can comment on or make changes to this bug.