Details
-
Bug
-
Resolution: Out of scope
-
P2: Important
-
None
-
6.9.0
-
None
Description
The QWidget's geometry() method is reporting null position for Wayland Linux apps: both width and height are correct, but x and y are always returned as 0.
The QWidget's moveEvent() method is also failing to fire as expected - perhaps these two issues are related.
Issue tested under Ubuntu 24.04 (Standard Gnome Distro), with open source C++ Qt Widgets (6.9).
As everything appears to work correctly under X11, the current work around is to force xcb at runtime (-platform xcb).