https://bugs.kde.org/show_bug.cgi?id=424658
Nate Graham <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Latest Commit| |https://invent.kde.org/fram | |eworks/kwidgetsaddons/commi | |t/eeadf4513d30b35484728de15 | |e878a8f96d1c7f1 Version Fixed In| |5.81 Resolution|--- |FIXED --- Comment #4 from Nate Graham <[email protected]> --- Git commit eeadf4513d30b35484728de15e878a8f96d1c7f1 by Nate Graham. Committed on 05/04/2021 at 13:25. Pushed by ngraham into branch 'master'. Remove pointless tooltip for yes and no KStandardGuiItems These buttons have tooltips with the exact same text that is shown on them, which is pointless. If this is not a mistake, I suspect that logic is that the application might override the text in a way that's unclear to the user, so the tooltip could provide clarity. However this too is false: in such a situation, the words "yes" and "no" cannot be guaranteed to map to clearly identifiable actions, so showing these tooltips would only muddy the situation even further. Let's trust application developers to write good text if they override the default text, and remove these tooltips. FIXED-IN: 5.81 M +2 -2 src/kstandardguiitem.cpp https://invent.kde.org/frameworks/kwidgetsaddons/commit/eeadf4513d30b35484728de15e878a8f96d1c7f1 -- You are receiving this mail because: You are watching all bug changes.
