Details
-
Bug
-
Resolution: Fixed
-
P2: Important
-
6.8
-
None
-
-
3d1201d57 (dev), ce2a371ed (6.8)
Description
To reproduce:
- Open MD.qml
with qml with Fusion (or any other style where Dialogs are top level windows)
QT_QUICK_CONTROLS_STYLE="Fusion" qml MD.qml
- Move the ApplicationWindow so that it does not overlap with the MessageDialog.
- Change the width of the ApplicationWindow
Actual Result
Popup is stacked below the ApplicationWindow. Popup is centered each time the ApplicationWindow is resized, as a consequence the dialog might become fully obscured by the ApplicationWindow.
Expected result
Popup is stacked below the ApplicationWindow. Popup is not centered when the ApplicationWindow is resized