https://bugs.kde.org/show_bug.cgi?id=368673
Martin Gräßlin <mgraess...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|CONFIRMED |RESOLVED Latest Commit| |http://commits.kde.org/kwin | |/9b32615ab4d59566172ace706a | |cf6eb69c64bef9 Resolution|--- |FIXED --- Comment #3 from Martin Gräßlin <mgraess...@kde.org> --- Git commit 9b32615ab4d59566172ace706acf6eb69c64bef9 by Martin Gräßlin. Committed on 12/09/2016 at 11:14. Pushed by graesslin into branch 'master'. Don't bind ShellClient::acceptsFocus to whether the window is shown Summary: A not shown window may accept focus (e.g. when minimized). Given that the condition was wrong and broke when making minimized windows not shown. This change takes the idea of not passing focus to a closing or unmapped window directly into acceptsFocus. Which also means that this condition now works for xdg_shell windows. Reviewers: #kwin, #plasma_on_wayland, bshah Subscribers: plasma-devel, kwin Tags: #plasma_on_wayland, #kwin Differential Revision: https://phabricator.kde.org/D2745 M +0 -2 autotests/integration/shell_client_test.cpp M +9 -2 shell_client.cpp http://commits.kde.org/kwin/9b32615ab4d59566172ace706acf6eb69c64bef9 -- You are receiving this mail because: You are watching all bug changes.