-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.0 RC
-
None
- On Windows, any QDockWidget when undocked and moved can be dragged completely off the screen available geometry.
- Since the docked widget item is not perceived as a dialog window by the OS, there is no option to "move" it back to screen.
- I always have to hide the taskbar to retrieve the window.
- I found a way by checking the window position and restricting off-bounds movement within moveEvent, but the dialog window should not go beyond the available screen Geometry in the first place since it is not easy to retrieve it after that.