OtterBrowser / otter-browser

Otter Browser aims to recreate the best aspects of the classic Opera (12.x) UI using Qt5
https://otter-browser.org
GNU General Public License v3.0
1.83k stars 277 forks source link

Cancelling tab dragging via mouse with Esc drops the page to a new window #1669

Closed twse closed 2 years ago

twse commented 3 years ago

Steps to reproduce

Expected result Tab dragging should be cancelled

Actual result The page is dropped to a new window

Emdek commented 2 years ago

@twse, it seems to be an upstream limitation, there seems to be no way (unless involving window manager maybe) to detect that key press and QDrag is missing cancellation signal…