Details
-
Bug
-
Resolution: Unresolved
-
P2: Important
-
None
-
6.8.2
-
Windows 10
Description
The content of a QML Window shifts after opening laptop lid on Windows 10. The content is normalized if the window is dragged a little. Is it detecting wrong resolution?
The issue can be reproduced with the attached example with the following steps and display setup:
Display 1 = Laptop’s display, 1920x1080, 125% (laptop_display.png)
Display 2 = External display, Main display, 2560x1440, 100% (main_display.png)
Display 3 = External display, 2560x1440, 100%
Order of monitors: Display 2 – Display 1 – Display 3
1. With the laptop lid open, start the application on the laptop’s display. (correct_window.png)
2. Close the laptop’s lid -> the application is moved to the main display (display 2)
3. Open the laptop’s lid -> the application stays in the main display, but the content of the application is shifted so that the button isn’t fully visible (error_window.png)
Reproduces with Windows 10, works fine on Windows 11.