https://bugs.kde.org/show_bug.cgi?id=522135
Zamundaaa <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Ever confirmed|0 |1 Status|REPORTED |CONFIRMED --- Comment #7 from Zamundaaa <[email protected]> --- Alright, I plugged your setup into an autotest, and it replicates the issue: https://invent.kde.org/plasma/kwin/-/commit/9bf5ae004946cb0d99fc3e8e9b9af5a9205c8394 So the problem is caused by the roundtrip through X11 coordinates. When the window is maximized, that puts it at y=391.0, but that number is then rounded to the X11 coordinate grid, resulting in y=489 X11 units, which is y=391.2 in KWin's coordinate system. The output is at y=391.0, so the cursor can reach slightly above the X11 window. I don't currently have any good ideas for how to fix it though. -- You are receiving this mail because: You are watching all bug changes.
