Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
5.15.0
-
Ubuntu Desktop / Embedded Linux
Description
Steps to reproduce:
- Run the qwindow-compositor Qt example compositor
- Run the attached example project
- Click on the parent widget.
Expected result:
- The QMessageBox will stay on top as it's a modal dialog.
Actual result:
- The QMessageBox will become hidden behind the parent widget and the QMessageBox is blocking any input.
Attachments
Issue Links
- resulted in
-
QTBUG-90005 Find a solution for application global modality on Wayland
- Reported