[solved] Window with WindowStaysOnTopHint covers its modal child dialog on Mac (Qt 5)
-
Trying to move to Qt 5.2 from 4.8.5. Main window has WindowStaysOnTopHint flag, another modal dialog blocks interacation with main window, but is displayed underneath it. This behaviour didn't appear in Qt 4 and child dialogs "inherited" on-top behaviour.
Setting WindowStaysOnTopHint to the child dialog doesn't help.Mac OS 10.9. The scenario works fine on Windows.
-
-
Thanks for reporting! Good luck in having it fixed :)
-
Can be fixed with this patch:
https://codereview.qt-project.org/76919(will be available in Qt 5.2.2)