WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
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
Details
Formatted Diff
Diff
Patch
(3.52 KB, patch)
2012-04-06 05:39 PDT
,
Andrey Kosyakov
pfeldman
: review+
Details
Formatted Diff
Diff
Show Obsolete
(1)
View All
Add attachment
proposed patch, testcase, etc.
Andrey Kosyakov
Comment 1
2012-04-06 05:22:37 PDT
Created
attachment 136007
[details]
Patch
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
Created
attachment 136008
[details]
Patch
Andrey Kosyakov
Comment 4
2012-04-06 05:50:27 PDT
Committed
r113428
: <
http://trac.webkit.org/changeset/113428
>
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug