Bug 450798 - Showing tooltip when clicking grouped task should be independent of whether tooltips are shown on hover
Summary: Showing tooltip when clicking grouped task should be independent of whether t...
Status: RESOLVED FIXED
Alias: None
Product: plasmashell
Classification: Plasma
Component: Task Manager and Icons-Only Task Manager widgets (other bugs)
Version First Reported In: 5.24.1
Platform: Manjaro Linux
: NOR wishlist
Target Milestone: 1.0
Assignee: Plasma Bugs List
URL:
Keywords:
: 460286 (view as bug list)
Depends on:
Blocks:
 
Reported: 2022-02-24 12:47 UTC by Michael D
Modified: 2022-12-26 15:52 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed/Implemented In: 5.27
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Michael D 2022-02-24 12:47:32 UTC
I would like the taskbar to show tooltips when I click on grouped tasks. However, I do not want tooltips shown on hover. At the moment this is not possible, but I do not see why not. Can we allow tooltips to show on clicked groups independently of the hover setting?
Comment 1 Nate Graham 2022-03-20 12:33:10 UTC
Probably. I think the reason why this is a configurable option at all was bet-hedging when the tooltips feature was first introduced, as maybe we thought people wouldn't like it or didn't think the code was fully ready for prime time or something. Classic KDE lack of confidence about our software. :)
Comment 2 Nate Graham 2022-11-05 20:18:13 UTC
*** Bug 460286 has been marked as a duplicate of this bug. ***
Comment 3 Bug Janitor Service 2022-11-05 20:25:18 UTC
A possibly relevant merge request was started @ https://invent.kde.org/plasma/plasma-desktop/-/merge_requests/1239
Comment 4 Nate Graham 2022-12-26 15:52:55 UTC
Git commit 3b94e9cd124d698e2774a8f3629f26b54547d314 by Nate Graham.
Committed on 26/12/2022 at 15:37.
Pushed by ngraham into branch 'master'.

applets/taskmanager: always allow using tooltips for grouped tasks

Right now you can only use tooltips to switch between grouped tasks if
they are enabled for hover too. This seems like an arbitrary limitation,
and also results in an awkward UI in which you can disable tooltips for
hover and enable them for switching between grouped tasks, but when you
do so, you see a message that says "sorry, this is an invalid
combination of settings!"

Well, let's make it not be an invalid combination of settings! This
commit does just that, allowing a new combination of settings that users
have requested while removing an awkward UI and reducing code
complexity.
FIXED-IN: 5.27

M  +3    -9    applets/taskmanager/package/contents/ui/ConfigAppearance.qml
M  +0    -14   applets/taskmanager/package/contents/ui/ConfigBehavior.qml
M  +3    -1    applets/taskmanager/package/contents/ui/Task.qml
M  +4    -11   applets/taskmanager/package/contents/ui/code/tools.js
M  +1    -2    applets/taskmanager/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-desktop/commit/3b94e9cd124d698e2774a8f3629f26b54547d314