Bug 167874 - Resource usage overlay should ignore mouse events outside bounds by default
Summary: Resource usage overlay should ignore mouse events outside bounds by default
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Local Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2017-02-06 05:19 PST by Carlos Garcia Campos
Modified: 2017-02-06 09:51 PST (History)
4 users (show)

See Also:


Attachments
Patch (1.42 KB, patch)
2017-02-06 05:20 PST, Carlos Garcia Campos
kling: review+
Details | Formatted Diff | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Carlos Garcia Campos 2017-02-06 05:19:31 PST
It's overriding the default causing that the first click after the overlay is shown is always handled by the overlay even when clicked outside bounds. It should only be set false while dragging.
Comment 1 Carlos Garcia Campos 2017-02-06 05:20:49 PST
Created attachment 300712 [details]
Patch
Comment 2 Carlos Garcia Campos 2017-02-06 09:51:11 PST
Committed r211733: <http://trac.webkit.org/changeset/211733>