https://bugs.kde.org/show_bug.cgi?id=366732
--- Comment #2 from Eike Hein <h...@kde.org> --- That's because the window loses its "IsActive" status as the desktop gains focus due to the mouse button press, unlike a panel which never grabs focus. Since the initial click on a task in a panel usually gives it focus, the minimize toggle codepath is only run when the window is active, and otherwise the activate codepath runs (both on mouse button release, i.e. completed click). Not quite sure what to do about this one yet. -- You are receiving this mail because: You are watching all bug changes.