https://bugs.kde.org/show_bug.cgi?id=456645
Bug ID: 456645
Summary: Setting Plasmoid.preferredRepresentation:
Plasmoid.fullRepresentation causes applet to not
display a tooltip when hovered
Product: frameworks-plasma
Version: unspecified
Platform: Other
OS: Linux
Status: REPORTED
Severity: normal
Priority: NOR
Component: tooltips
Assignee: [email protected]
Reporter: [email protected]
CC: [email protected], [email protected],
[email protected]
Target Milestone: ---
This affects the Show Desktop widget, which sets that here:
https://invent.kde.org/plasma/plasma-desktop/-/blob/master/applets/showdesktop/package/contents/ui/main.qml#L27
As a result, it shows no tooltip on hover.
Changing it to Plasmoid.preferredRepresentation: Plasmoid.compactRepresentation
fixes this, but that's not what we want for the applet since that makes it show
a popup when clicked, which is not what we want.
--
You are receiving this mail because:
You are watching all bug changes.