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.
Created attachment 136007 [details] Patch
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
Created attachment 136008 [details] Patch
Committed r113428: <http://trac.webkit.org/changeset/113428>