https://bugs.kde.org/show_bug.cgi?id=368673

--- Comment #1 from Martin Gräßlin <mgraess...@kde.org> ---
The reason for this (given my investigation is)
1. TabBox excludes windoes with !wantsTabFocus()
2. AbstractClient::wantsTabFocus delegates to wantsInput
3. ShellClient::wantsInput delegates to acceptsFocus
4. ShellClient::acceptsFocus delgates to isShown
5. ShellClient::isShown has a !isMinimized()

Thus minimized wayland windows do not want tab focus.

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to