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

Description Joseph Pecoraro 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.
Comment 1 Radar WebKit Bug Importer 2015-04-14 17:19:07 PDT
<rdar://problem/20545340>
Comment 2 Matt Baker 2015-04-26 17:41:36 PDT
Created attachment 251714 [details]
[Patch] Proposed Fix
Comment 3 Timothy Hatcher 2015-04-26 18:07:43 PDT
Is that the only element that needs to disable pointer-events?
Comment 4 Matt Baker 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.
Comment 5 WebKit Commit Bot 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>
Comment 6 WebKit Commit Bot 2015-04-26 18:53:26 PDT
All reviewed patches have been landed.  Closing bug.