Bug 95564 - Web Inspector: disable popover on click outside of popover anchor
Summary: Web Inspector: disable popover on click outside of popover anchor
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: Web Inspector (Deprecated) (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Andrey Kosyakov
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-31 06:12 PDT by Andrey Kosyakov
Modified: 2012-08-31 07:54 PDT (History)
11 users (show)

See Also:


Attachments
Patch (1.39 KB, patch)
2012-08-31 06:18 PDT, Andrey Kosyakov
no flags Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Andrey Kosyakov 2012-08-31 06:12:25 PDT
Currently, when user clicks a mouse button while popover is being show, we only hide popover when disableOnClick is true, otherwise we reset hide popover timer -- so popover won't disappear until user moves the mouse. We should only do this if the click was on a popover anchor, and hide popover immediately otherwise.
Comment 1 Andrey Kosyakov 2012-08-31 06:18:01 PDT
Created attachment 161687 [details]
Patch
Comment 2 WebKit Review Bot 2012-08-31 07:54:20 PDT
Comment on attachment 161687 [details]
Patch

Clearing flags on attachment: 161687

Committed r127262: <http://trac.webkit.org/changeset/127262>
Comment 3 WebKit Review Bot 2012-08-31 07:54:24 PDT
All reviewed patches have been landed.  Closing bug.