Summary: | Thumbnails should behave less like tooltips and more like deliberately activated UI elements | ||
---|---|---|---|
Product: | [Plasma] plasmashell | Reporter: | lukebenes |
Component: | Task Manager and Icons-Only Task Manager | Assignee: | Eike Hein <hein> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | nate, plasma-bugs |
Priority: | NOR | ||
Version: | master | ||
Target Milestone: | 1.0 | ||
Platform: | Other | ||
OS: | Linux | ||
See Also: | https://bugs.kde.org/show_bug.cgi?id=429502 | ||
Latest Commit: | https://invent.kde.org/plasma/plasma-desktop/commit/62a9ff23e95ce84b39bb7e9854f8e1b181a20e07 | Version Fixed In: | 5.24 |
Sentry Crash Report: |
Description
lukebenes
2020-12-15 17:36:07 UTC
There is a mode that behaves as I think you want. Right-click on empty area of the Task Manager -> Configure -> Behavior page -> Clicking on grouped task -> Shows tooltip window thumbnails. Can you give this a try and see if it suffices for your purposes? Nate, Thanks for the suggestion. Unfortunately, it doesn't address the core problem that this thumbnail element behaves like a tooltip widget rather than a UI widget that I want to interact with. As a result, these 2 problems still exist: 1) If the thumbnail is in the process of opening from a hover, it will open and then close on click as in the description. 2) If you move your mouse outside of the thumbnail area it will close. I'd like to disable the tooltip like behavior and lock the thumbnails open until there a click on the thumbnail or a click outside of the thumbnail to close them. This is how Win 10 and dash to dock behave. So basically you want the tooltips to not behave like tooltips. :) Git commit 62a9ff23e95ce84b39bb7e9854f8e1b181a20e07 by Nate Graham, on behalf of Bharadwaj Raju. Committed on 28/10/2021 at 17:45. Pushed by ngraham into branch 'master'. applets/taskmanager: Don't open other tooltips by hover if current one was opened by click Related: bug 444142 FIXED-IN: 5.24 M +16 -1 applets/taskmanager/package/contents/ui/Task.qml M +1 -1 applets/taskmanager/package/contents/ui/ToolTipWindowMouseArea.qml M +7 -1 applets/taskmanager/package/contents/ui/code/tools.js M +2 -0 applets/taskmanager/package/contents/ui/main.qml https://invent.kde.org/plasma/plasma-desktop/commit/62a9ff23e95ce84b39bb7e9854f8e1b181a20e07 |