https://bugs.kde.org/show_bug.cgi?id=488578
Tobias Fella <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution|--- |FIXED Latest Commit|https://invent.kde.org/plas |https://invent.kde.org/plas |ma/plasma-desktop/-/commit/ |ma/plasma-desktop/-/commit/ |a1d436cc753e6afb3154591bddc |0cc0befa7cfe482b389af284070 |a418eb092214a |469fea89b1f0c --- Comment #12 from Tobias Fella <[email protected]> --- Git commit 0cc0befa7cfe482b389af284070469fea89b1f0c by Tobias Fella, on behalf of Christoph Wolk. Committed on 25/08/2026 at 14:28. Pushed by tfella into branch 'master'. containments/panel: strip mnemonics from tooltip The Panel edit mode tooltip takes its text from the configure internalAction. ContainmentItem may add mnemonic markers to the action text when it's shown in a context menu. This is fine in a context menu where these are handled, but breaks if it's used directly. The tooltip tries to strip the marker with regular expressions, but this broke at some point, and is hard to maintain. We already have machinery that strips this in Kirigami.MnemonicData. Let's use it here as well for simpler and more robust code. M +3 -6 containments/panel/main.qml https://invent.kde.org/plasma/plasma-desktop/-/commit/0cc0befa7cfe482b389af284070469fea89b1f0c -- You are receiving this mail because: You are watching all bug changes.
