Created attachment 160542 [details] screen recording SUMMARY The tooltips from buttons of the applets have dark text on light background. However, the tooltips from Kickoff have white text on dark background. Please watch the attached screen recording. EXPECTED RESULT tooltips with consistent colors SOFTWARE/OS VERSIONS Operating System: KDE neon Unstable Edition KDE Plasma Version: 5.27.80 KDE Frameworks Version: 5.240.0 Qt Version: 6.6.0 Graphics Platform: Wayland
This bug occurs when Breeze Classic color scheme is used.
Cannot reproduce; for me the System Tray button tooltips have the correct color scheme when I use the Breeze Classic color scheme. Might be a built-from-source vs distro-installed situation. Justin, are you able to reproduce this issue?
Are either of you still able to reproduce this issue today?
The bug persists on my neon unstable.
:/
Can reproduce now.
Can also reproduce with the tooltips for icons-only buttons in: - Individual System Tray widgets - Digital Clock - Icons-Only Task Manager tooltips Cannot reproduce with the tooltips in: - Kickoff - Sticky Notes Looks like the broken ones are using non-attached ToolTip instances. I also see a few code errors in individual applets.
Confirmed that. Switching the standalone ToolTip {} objects to use attached tooltip properties fixes the issue.
A possibly relevant merge request was started @ https://invent.kde.org/plasma/kdeplasma-addons/-/merge_requests/534
Git commit daef6107bf40b791ab2860d9cd2c3fd317d5d3c3 by Nate Graham. Committed on 06/02/2024 at 15:30. Pushed by ngraham into branch 'master'. applets/notes: use Plasma styling for as much as possible We were previously using desktop styling for a bunch of buttons and tooltips and one scrollview in this widget. These have Plasma versions, so we should use those instead. We can continue to use desktop styling for the context menu since we do this throughout Plasma already. M +14 -14 applets/notes/package/contents/ui/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/daef6107bf40b791ab2860d9cd2c3fd317d5d3c3
Git commit 3c07c6ab779968fb01219f1f16267218f7e21bcb by Nate Graham. Committed on 06/02/2024 at 15:30. Pushed by ngraham into branch 'Plasma/6.0'. applets/notes: use Plasma styling for as much as possible We were previously using desktop styling for a bunch of buttons and tooltips and one scrollview in this widget. These have Plasma versions, so we should use those instead. We can continue to use desktop styling for the context menu since we do this throughout Plasma already. (cherry picked from commit daef6107bf40b791ab2860d9cd2c3fd317d5d3c3) M +14 -14 applets/notes/package/contents/ui/main.qml https://invent.kde.org/plasma/kdeplasma-addons/-/commit/3c07c6ab779968fb01219f1f16267218f7e21bcb