Web Inspector: timeline. Range selection works incorrect with right click
authorcaseq@chromium.org <caseq@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 16 Apr 2012 17:25:26 +0000 (17:25 +0000)
committercaseq@chromium.org <caseq@chromium.org@268f45cc-cd09-0410-ab3c-d52691b4dbfc>
Mon, 16 Apr 2012 17:25:26 +0000 (17:25 +0000)
commit02dd08a09843497ace363e274e10ca3c5f0cc5c0
tree8081ba14947e18adddd7de18e774f6654df88702
parentba71085b2f2853c5b4bcc683bb48b10d83020547
Web Inspector: timeline. Range selection works incorrect with right click
https://bugs.webkit.org/show_bug.cgi?id=83870

Reviewed by Pavel Feldman.

- only start window dragging upon mousedown with left button (right will cause a context menu and we won't see mouseup)

* inspector/front-end/TimelineOverviewPane.js:
(WebInspector.TimelineOverviewWindow.prototype._dragWindow):

git-svn-id: http://svn.webkit.org/repository/webkit/trunk@114272 268f45cc-cd09-0410-ab3c-d52691b4dbfc
Source/WebCore/ChangeLog
Source/WebCore/inspector/front-end/TimelineOverviewPane.js