https://bugs.kde.org/show_bug.cgi?id=494332
Vlad Zahorodnii <vlad.zahorod...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Resolution|--- |FIXED Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/plas | |ma/kwin/-/commit/47a2a2e12a | |52d1c28ba1043071190c9707640 | |bee --- Comment #7 from Vlad Zahorodnii <vlad.zahorod...@kde.org> --- Git commit 47a2a2e12a52d1c28ba1043071190c9707640bee by Vlad Zahorodnii. Committed on 09/10/2024 at 21:18. Pushed by vladz into branch 'master'. Prefer activating desktop window on active output Workspace::findDesktop() doesn't take into account the current active output, and instead returns the first top desktop window found in the stack. This means that the active output may drift and the focus chain logic can break. Related: bug 493735 M +5 -4 src/activation.cpp M +3 -3 src/layers.cpp M +5 -5 src/workspace.cpp M +1 -1 src/workspace.h https://invent.kde.org/plasma/kwin/-/commit/47a2a2e12a52d1c28ba1043071190c9707640bee -- You are receiving this mail because: You are watching all bug changes.