* 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.
<rdar://problem/20545340>
Created attachment 251714 [details] [Patch] Proposed Fix
Is that the only element that needs to disable pointer-events?
(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 on attachment 251714 [details] [Patch] Proposed Fix Clearing flags on attachment: 251714 Committed r183377: <http://trac.webkit.org/changeset/183377>
All reviewed patches have been landed. Closing bug.