Summary: | After moving a native Wayland window to a different virtual desktop it is still considered focused | ||
---|---|---|---|
Product: | [Plasma] kwin | Reporter: | Firlaev-Hans <firlaevhans.fiete> |
Component: | wayland-generic | Assignee: | KWin default assignee <kwin-bugs-null> |
Status: | REOPENED --- | ||
Severity: | normal | CC: | dev.bacteriostat, nate, philipp.reichmuth, postix |
Priority: | NOR | ||
Version: | 5.24.1 | ||
Target Milestone: | --- | ||
Platform: | Archlinux | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=444172 | ||
Latest Commit: | Version Fixed In: |
Description
Firlaev-Hans
2022-02-16 20:01:21 UTC
*** This bug has been marked as a duplicate of bug 444172 *** I do not believe this is a duplicate of the bug you linked, at least not exactly. At the very least, the fix for the ghost window bug in 5.24.1 did not fix this bug. It seems likely that this bug was the root cause for the ghost windows bug; Since the native Wayland window is still "focused" after leaving the workspace it would still be drawn, or at least its area would not be repainted, until you actively focus something else. But the ghost window bug ended up getting fixed by repainting the workspace after a window leaves the VD, which only fixed the symptom and not the root cause. So while we no longer get the visual artifact, the window is still considered the focused window by KWin and receives keyboard input while on a different workspace, even in the latest Plasma version. I can reproduce this with Kate: if I open Kate on desktop 1, and then use a keyboard shortcut to move it to desktop 2, when I stay on desktop 1 and continue typing the Kate window on desktop 2 receives my keyboard input. |