Created attachment 149066 [details] mouse position STEPS TO REPRODUCE 1. Open kate or some kde application, resize and move to the bottom 2. Press left mouse click in File and without releasing, try to navigate tought menus. OBSERVED RESULT Misplaced position of mouse cursor EXPECTED RESULT Good position of mouse cursor, like in X11 session. SOFTWARE/OS VERSIONS Linux/KDE Plasma: Manjaro KDE Plasma Version: 5.24.5 KDE Frameworks Version: 5.94 Qt Version: 5.15.4
Created attachment 149068 [details] another
Since you're on X11, the X server is responsible for this, not any KDE code. I guess X11 is slowly bit-rotting as the world moves to Wayland. I would recommend that you personally move to use the Plasma Wayland session too, if possible. You could also file a bug report on the X server here: https://gitlab.freedesktop.org/xorg/xserver/-/issues/
(In reply to Nate Graham from comment #2) > Since you're on X11, the X server is responsible for this, not any KDE code. > I guess X11 is slowly bit-rotting as the world moves to Wayland. I would > recommend that you personally move to use the Plasma Wayland session too, if > possible. > > You could also file a bug report on the X server here: > https://gitlab.freedesktop.org/xorg/xserver/-/issues/ It only happend in Plasma Wayland session, in Plasma X11 is fine :/
Oh, I was confused, sorry. In that case it is most likely an issue in KWin, as it handles cursor movement on Wayland.
This is a known Qt issue having to retrofit into a silly Wayland design. We are trying to fix things there.