Summary: | [regression] Application Dashboard doesn't show tooltips | ||
---|---|---|---|
Product: | [Plasma] kdeplasma-addons | Reporter: | sunwebrw |
Component: | Application Dashboard | Assignee: | Eike Hein <hein> |
Status: | RESOLVED FIXED | ||
Severity: | normal | CC: | bugseforuns, kde, nate, plasma-bugs, shtetldik, trmdi |
Priority: | NOR | Keywords: | junior-jobs, regression |
Version: | 5.15.2 | ||
Target Milestone: | --- | ||
Platform: | unspecified | ||
OS: | Linux | ||
Latest Commit: | https://commits.kde.org/plasma-desktop/e7205d039d09bf31d81d129ee743d6b0f054c268 | Version Fixed In: | 5.15.4 |
Sentry Crash Report: |
Description
sunwebrw
2018-02-20 19:32:22 UTC
Probably caused by the mouse vs keyboard changes, there's now a MouseArea in ItemGridView which is ontop of the GridView, so the ToolTip never gets the mouse event. I can confirm, that it's not showing toolips for launchers anymore. It's especially annoying since dashboard cuts long launcher titles, so often it's impossible to know that the name is when there are several ones starting the same way. Git commit e7205d039d09bf31d81d129ee743d6b0f054c268 by Nate Graham, on behalf of Tranter Madi. Committed on 20/03/2019 at 14:54. Pushed by ngraham into branch 'Plasma/5.15'. [Kicker] Fix "Tooltip can not be displayed" Summary: Display the tooltip with the full label for truncated items Test Plan: - Tooltip can be display when hovering the mouse on truncated items. - Other behaviors work normally. Reviewers: ngraham, hein, #plasma, broulik Reviewed By: ngraham, hein, #plasma Subscribers: abetts, ndavis, plasma-devel Tags: #plasma Differential Revision: https://phabricator.kde.org/D19096 M +2 -0 applets/kicker/package/contents/ui/ItemGridDelegate.qml M +18 -14 applets/kicker/package/contents/ui/ItemGridView.qml https://commits.kde.org/plasma-desktop/e7205d039d09bf31d81d129ee743d6b0f054c268 |