Summary: | Clicking active task doesn't minimize window when window housing delegate takes focus on mouse press (desktop, group popup) | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | Alexandre Pereira <pereira.alex> |
Component: | Task Manager and Icons-Only Task Manager widgets | Assignee: | Eike Hein <hein> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | cfeck, nate, plasma-bugs |
Priority: | NOR | ||
Version: | 5.7.3 | ||
Target Milestone: | 1.0 | ||
Platform: | Gentoo Packages | ||
OS: | Linux | ||
Latest Commit: | Version Fixed In: | ||
Sentry Crash Report: |
Description
Alexandre Pereira
2016-08-13 13:20:44 UTC
Can reproduce. 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. Well, my use case is to have some taskmanagers with different launchers on each activity. ( kinda simulating various docks like plank and docky for each activity ). It would be handy for that. Also althought there is the configuration of taskmanager for middle click action to minimize/restore, I would love to keep middle mouse for "new instance" and double clicking for minimize/restore. Thanks. *** Bug 368459 has been marked as a duplicate of this bug. *** This is fixed now. |