https://bugs.documentfoundation.org/show_bug.cgi?id=146469
--- Comment #3 from Axel Braun <[email protected]> --- I found the following log entry in the wayland session: qt.qpa.wayland: setGrabPopup called with a parent, QtWaylandClient::QWaylandXdgSurface(0x558bb46920e0) which does not match the current topmost grabbing popup, QtWaylandClient::QWaylandXdgSurface(0x558bb49c0450) According to the xdg-shell protocol, this is not allowed. The wayland QPA plugin is currently handling it by setting the parent to the topmost grabbing popup. Note, however, that this may cause positioning errors and popups closing unxpectedly because xdg-shell mandate that child popups close before parents Maybe that is the issue (handled different in X11?)? -- You are receiving this mail because: You are the assignee for the bug.
