Created attachment 182362 [details] bubble showing exisitng menu name needlessly on hover The submenu items shown here on mouse hover show their names on top needlessly, it doesn't happen on any other menus of systemsettings and stops happening on "Colors and themes" when you switch main menus. It can be re-encountered when closing and opening the app and accessing the colors and themes menu first. Seems like it was from some leftover code. Looks too handholdy.
That's a little bit silly, yes!
Looks like this is a general issue in our ItemDelegate styling.
I broke this in 16f768b4292e3b0c128c8d5906dfa6985aa73b81. :/
A possibly relevant merge request was started @ https://invent.kde.org/frameworks/qqc2-desktop-style/-/merge_requests/463
Git commit 0c0e8afdbcc7ab44e8aaf95880aa9ef67c489210 by Nate Graham. Committed on 18/06/2025 at 15:45. Pushed by ngraham into branch 'master'. Check for text truncation correctly to fix tooltip visibility This regressed in 16f768b4292e3b0c128c8d5906dfa6985aa73b81 where I changed this to look for the label itself, but that might not be assigned in time, breaking the binding. The older method was more reliable. FIXED-IN: 6.16 M +1 -1 org.kde.desktop/CheckDelegate.qml M +1 -1 org.kde.desktop/ItemDelegate.qml M +1 -1 org.kde.desktop/RadioDelegate.qml M +1 -1 org.kde.desktop/SwitchDelegate.qml https://invent.kde.org/frameworks/qqc2-desktop-style/-/commit/0c0e8afdbcc7ab44e8aaf95880aa9ef67c489210
Thanks Nate!
You're welcome!
Nate I found more "traces" of the bug in Display Monitor settings, yes they pop up only when that menu is opened first and items hovered on in systemsettings.
Created attachment 182647 [details] Bug reoccurence in Display & Monitor
Oh wait never mind you fixed it anyway in 6.16