Details
-
Bug
-
Resolution: Fixed
-
P3: Somewhat important
-
6.5.3
-
None
-
-
bcd034320 (dev), b399c59e2 (6.6), 45bb10aae (tqtc/lts-6.5), c8e596c78 (tqtc/lts-6.2)
Description
The are no events when the Window change its position.
Settings X or Y do nothing like they are bypassed by the OS (when opening a new window, the position is still the same) while size events work.
The issue is only on Wayland. Position work as expected on Windows, Mac, X11.
Reproduction:
Make a new Quick project from QtCreator and add in the Window item:
onXChanged: console.log("x:"+x) onHeightChanged: console.log("height:"+height)
- Build and run.
-> The window is not opened at (0,0) of the screen.
- Move the Window
->Nothing in log.
- Resize the Window
-> Height changes in log.
Attachments
For Gerrit Dashboard: QTBUG-119024 | ||||||
---|---|---|---|---|---|---|
# | Subject | Branch | Project | Status | CR | V |
517400,2 | doc: Add note about platform support for window positions | dev | qt/qtdeclarative | Status: MERGED | +2 | 0 |
517938,2 | doc: Add note about platform support for window positions | 6.6 | qt/qtdeclarative | Status: MERGED | +2 | 0 |
518110,2 | doc: Add note about platform support for window positions | tqtc/lts-6.5 | qt/tqtc-qtdeclarative | Status: MERGED | +2 | 0 |
518133,2 | doc: Add note about platform support for window positions | tqtc/lts-6.2 | qt/tqtc-qtdeclarative | Status: MERGED | +2 | 0 |