Open
Description
Sorry for the terrible title, but I don't know how to better describe it. 😄
Basically, after the introduction of startSystemMove()
, after you finish moving the window, Qt 5.15 seems to "deactivate" the window (tested only on Linux at the moment), and you can't "interact" with any of the UI elements using the mouse, unless you activate the window again.
Still lost? Hopefully the videos below will explain this better. 😅
Steps to reproduce
- Drag the window around a bit
- Release it
- Hover over any UI elements inside the window (e.g. trash icon, buttons, notes list, etc.)
Current behavior
You can not interact with UI elements right away using your mouse, you must first click on the window to "re-activate" it:
qt5.15-startsystemmove.mp4
Expected behavior
You should still be able to interact with UI elements using your mouse, like this (Qt 6.3):
qt6.3-startsystemmove.mp4
I haven't found a workaround for this yet...