Details
-
Bug
-
Resolution: Invalid
-
P1: Critical
-
None
-
5.6, 5.7, 5.8
-
None
-
RHEL 7.2, Ubuntu 14.04
Description
isExposed() returns 'true' in cases where the documentation says it should be 'false'. E.g. when you minimize or cover it completely it returns false on Linuxes.
Steps to reproduce:
1. run the attached example
2. minimize the app
3. check the debug output when app is minimized
Expected result:
- isExposed() should return 'false' when the app is minimized
Actual result:
- isExposed() returns 'true'
This bug is making the autotests in the CI to be flaky and is slowing down the integration, that's why it's marked as P0.
Attachments
Issue Links
- relates to
-
QTBUG-54249 Doc: Clarify role of QWindow::isExposed()
- Reported
-
QTBUG-52594 Make a platform-aware qWaitForWindowExposed()/Active()
- Reported