Bug 167874

Summary: Resource usage overlay should ignore mouse events outside bounds by default
Product: WebKit Reporter: Carlos Garcia Campos <cgarcia>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: RESOLVED FIXED    
Severity: Normal CC: bugs-noreply, kling, simon.fraser, thorton
Priority: P2    
Version: WebKit Local Build   
Hardware: Unspecified   
OS: Unspecified   
Attachments:
Description Flags
Patch kling: review+

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>