RESOLVED FIXED 135849
Web Inspector: Timeline selection range creation does not work when clicking event bubble or near bottom of overview
https://bugs.webkit.org/show_bug.cgi?id=135849
Summary Web Inspector: Timeline selection range creation does not work when clicking ...
Joseph Pecoraro
Reported 2014-08-12 12:46:03 PDT
* SUMMARY Timeline selection range creation does not work when clicking event bubble or near bottom of overview. Click and drag should always work. * STEPS TO REPRODUCe 1. Inspect apple.com 2. Reload to get timeline data 3. Switch to Timelines view 4. Zoom in on overview so there are some script/layout blocks that are not tiny 5. Attempt to start a new selection on an event bubble => does not work 6. Attempt to start a new selection anywhere near the bottom of the overview => does not work
Attachments
[PATCH] Proposed Fix (1.54 KB, patch)
2014-08-12 12:53 PDT, Joseph Pecoraro
no flags
Radar WebKit Bug Importer
Comment 1 2014-08-12 12:46:24 PDT
Joseph Pecoraro
Comment 2 2014-08-12 12:50:14 PDT
Seems the issue is that the .timeline-ruler region is not involved with the event bubble chain when clicking something in the sibling graph-container region. At the bottom of the view, the scroller with its height of 16px is nabbing the mouse events. Giving the timeline ruler a z-index fixes all the issues. I wonder if there might be a better way.
Joseph Pecoraro
Comment 3 2014-08-12 12:53:44 PDT
Created attachment 236461 [details] [PATCH] Proposed Fix
WebKit Commit Bot
Comment 4 2014-08-12 13:43:58 PDT
Comment on attachment 236461 [details] [PATCH] Proposed Fix Clearing flags on attachment: 236461 Committed r172488: <http://trac.webkit.org/changeset/172488>
WebKit Commit Bot
Comment 5 2014-08-12 13:44:01 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.