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

cwo <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
      Latest Commit|                            |https://invent.kde.org/plas
                   |                            |ma/plasma-desktop/-/commit/
                   |                            |6d29b6cd16d096b9f5fd76dd085
                   |                            |08050348d88b1
         Resolution|---                         |FIXED
             Status|ASSIGNED                    |RESOLVED
            Version|                            |6.8.0
  Fixed/Implemented|                            |
                 In|                            |

--- Comment #4 from cwo <[email protected]> ---
Git commit 6d29b6cd16d096b9f5fd76dd08508050348d88b1 by Christoph Wolk.
Committed on 01/09/2026 at 08:09.
Pushed by cwo into branch 'master'.

applets/taskmanager: keep clicked small thumbnails fixed

Task manager has the option to show the tooltip on click fro grouped
tasks (somewhat  misleadingly labeled "Show small window previews",
which it does only if window previews are enabled; it shows the tooltips
as they are). At present, this setting is not particularly useful, as
it just skips the tooltip delay; even though the user has indicated that
they want to interact with that particular grouped task, accidentally
hovering over another window's grouped task will immediately replace it
with that task.

We already have some machinery to track the clicked state, but it broke
over time, mainly for two reasons: we always replace the tooltip
explicitly and reset clicked state, when the grouped task stops being
hovered, so when the machinery could come into effect it's already been
unset. Then, the tooltip is implemented with a tooltip area, and that
will always hide on its own when no longer hovered, and it will also
automatically change the visualParent when something starts being
hovered (so if the first two were fixed, we'd get the clicked task's
tooltip on the hovered task, not itself).

To fix this, we (a) stop resetting and updating on hover state change if
there's a clicked grouped task (b) re-show the original tooltip if
another task is hovered (to circumvent the automatic closing) and (c)
turn off the other tasks' ToolTipAreas while there is a clicked grouped
task, to stop the re-visualParenting.
FIXED-IN: 6.8.0

M  +5    -5    applets/taskmanager/qml/Task.qml

https://invent.kde.org/plasma/plasma-desktop/-/commit/6d29b6cd16d096b9f5fd76dd08508050348d88b1

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

Reply via email to