Bug 143744

Summary: Web Inspector: Cannot make Timeline time range selection clicking inside Frames Overview
Product: WebKit Reporter: Joseph Pecoraro <joepeck>
Component: Web InspectorAssignee: Matt Baker <mattbaker>
Status: RESOLVED FIXED    
Severity: Normal CC: commit-queue, graouts, joepeck, jonowells, mattbaker, nvasilyev, timothy, webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: 528+ (Nightly build)   
Hardware: All   
OS: All   
Attachments:
Description Flags
[Patch] Proposed Fix none

Joseph Pecoraro
Reported 2015-04-14 17:17:27 PDT
* SUMMARY Cannot make Timeline time range selection clicking inside Frames Overview. * STEPS TO REPRODUCE 1. Inspect <http://apple.com> 2. Reload (records a timeline) 3. Show Timeline 4. Attempt to make a timerange selection in the Overview at the top => Clicking and Dragging inside the Frames view doesn't work. It works in the other overviews though.
Attachments
[Patch] Proposed Fix (1.49 KB, patch)
2015-04-26 17:41 PDT, Matt Baker
no flags
Radar WebKit Bug Importer
Comment 1 2015-04-14 17:19:07 PDT
Matt Baker
Comment 2 2015-04-26 17:41:36 PDT
Created attachment 251714 [details] [Patch] Proposed Fix
Timothy Hatcher
Comment 3 2015-04-26 18:07:43 PDT
Is that the only element that needs to disable pointer-events?
Matt Baker
Comment 4 2015-04-26 18:44:30 PDT
(In reply to comment #3) > Is that the only element that needs to disable pointer-events? Yeah, the fps label is a child of the divider so we just need to disable it on the parent.
WebKit Commit Bot
Comment 5 2015-04-26 18:53:22 PDT
Comment on attachment 251714 [details] [Patch] Proposed Fix Clearing flags on attachment: 251714 Committed r183377: <http://trac.webkit.org/changeset/183377>
WebKit Commit Bot
Comment 6 2015-04-26 18:53:26 PDT
All reviewed patches have been landed. Closing bug.
Note You need to log in before you can comment on or make changes to this bug.