RESOLVED FIXED 100743
Web Inspector: Middle click closes an editor and pastes selection into current editor on Linux
https://bugs.webkit.org/show_bug.cgi?id=100743
Summary Web Inspector: Middle click closes an editor and pastes selection into curren...
Alexander Pavlov (apavlov)
Reported 2012-10-30 03:56:44 PDT
1. Open at least two editors in the Sources panel on Linux/Gnome 2. Select something in one editor and middle-click another editor's tab to close it. 3. The other editor gets closed, but the text selected in step 2 has been pasted into the current editor.
Attachments
Patch (4.85 KB, patch)
2012-11-01 03:51 PDT, Vsevolod Vlasov
no flags
Patch (4.96 KB, patch)
2012-11-01 04:22 PDT, Vsevolod Vlasov
apavlov: review+
Vsevolod Vlasov
Comment 1 2012-11-01 03:51:49 PDT
Yury Semikhatsky
Comment 2 2012-11-01 04:11:20 PDT
Comment on attachment 171806 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=171806&action=review > Source/WebCore/ChangeLog:9 > + TabbedPane now consumes all midle mouse button mouse ups as well. typo: midle -> middle > Source/WebCore/inspector/front-end/TabbedPane.js:101 > + // This is needed to prevent middle-click pasting on linux when tabs are clicked. Do you need to consume it for non-middle clicks?
Vsevolod Vlasov
Comment 3 2012-11-01 04:22:53 PDT
Alexander Pavlov (apavlov)
Comment 4 2012-11-02 02:01:53 PDT
Comment on attachment 171812 [details] Patch View in context: https://bugs.webkit.org/attachment.cgi?id=171812&action=review > Source/WebCore/inspector/front-end/TabbedPane.js:111 > + this.focus(); please revert
Vsevolod Vlasov
Comment 5 2012-11-02 02:16:44 PDT
Note You need to log in before you can comment on or make changes to this bug.