Created attachment 172164 [details] screenshot STEPS TO REPRODUCE 1. open Kickoff 2. hover over the button used to open Kickoff settings and wait for its tooltip 3. OBSERVED RESULT as we can see in the attached screenshot, the text from the tooltip starts with "&" EXPECTED RESULT remove "&" from the text SOFTWARE/OS VERSIONS Operating System: Arch Linux KDE Plasma Version: 6.1.3 KDE Frameworks Version: 6.4.0 Qt Version: 6.7.2 Graphics Platform: Wayland
Can reproduce on Tuxedo OS, same Plasma version. Looks like a keyboard accelerator marker is not properly getting removed, similar to #488578
I recall this being caused in the past by the tooltip being implemented using attached ToolTip properties instead of separate ToolTip objects. And I see that this particular's button is implemented using attached ToolTip properties. However I cannot seem to reproduce the bug for that particular button's tooltip. However I can reproduce it if I manually add a & to the beginning of the text for the Pin button, which also uses attached ToolTip properties. Amusingly, bug 472670 describes an issue that only affects non-attached tooltips, so it seems like right now we're trading off one bug for another, depending on the implementation.
Cannot reproduce anymore. Operating System: Arch Linux KDE Plasma Version: 6.3.3 KDE Frameworks Version: 6.12.0 Qt Version: 6.8.2 Graphics Platform: Wayland