RESOLVED FIXED 83870
Web Inspector: timeline. Range selection works incorrect with right click
https://bugs.webkit.org/show_bug.cgi?id=83870
Summary Web Inspector: timeline. Range selection works incorrect with right click
Ilya Tikhonovsky
Reported 2012-04-13 01:41:03 PDT
Scenario: 1) record some data 2) right click at some place (context menu appears) 3) left click in another place (context menu disappears and range selection mode enables) 4) move mouse 5) do left click a small range will be selected at last click position. Range selection background left on the pane.
Attachments
Patch (1.58 KB, patch)
2012-04-13 15:00 PDT, Andrey Kosyakov
pfeldman: review+
Andrey Kosyakov
Comment 1 2012-04-13 15:00:23 PDT
Pavel Feldman
Comment 2 2012-04-16 04:49:05 PDT
Comment on attachment 137158 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=137158&action=review > Source/WebCore/inspector/front-end/TimelineOverviewPane.js:473 > + if (event.button !== 0) We don't compare to 0.
Andrey Kosyakov
Comment 3 2012-04-16 10:25:53 PDT
Note You need to log in before you can comment on or make changes to this bug.