You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am found a wired behavior that enables to dock a ads::CDockWidget in a Container that is not visible on the screen (hiden by an other application).
The issue can be reproduced with the simple example.
Screencast.from.2025-02-25.17-17-34.mp4
I think two solutions could be found:
all the windows of the app should be shown if one if focus and that others are hidden by other applications
the floating dock widget should not be docked/dropped in a hidden container. Overlay should not appear on top of other apps.
My config is:
Qt: 6.7.2 (through vcpkg official ports but it should not matter)
ADS: master
OS: Ubuntu 24.04
Debug
Hello,
I am found a wired behavior that enables to dock a
ads::CDockWidgetin a Container that is not visible on the screen (hiden by an other application).The issue can be reproduced with the simple example.
Screencast.from.2025-02-25.17-17-34.mp4
I think two solutions could be found:
My config is:
Qt: 6.7.2 (through vcpkg official ports but it should not matter)
ADS: master
OS: Ubuntu 24.04
Debug