Bug 437350 - Ampersand visible in Undo toolbar button tooltip
Summary: Ampersand visible in Undo toolbar button tooltip
Status: REPORTED
Alias: None
Product: frameworks-kio
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: git master
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: KIO Bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-05-19 10:40 UTC by Dan Dascalescu
Modified: 2022-05-26 19:44 UTC (History)
5 users (show)

See Also:
Latest Commit:
Version Fixed In:
Sentry Crash Report:


Attachments
Screenshot (9.93 KB, image/png)
2021-05-19 10:40 UTC, Dan Dascalescu
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Dan Dascalescu 2021-05-19 10:40:59 UTC
Created attachment 138556 [details]
Screenshot

Mousing over the Undo button shows "Und&o: "
Comment 1 Александр 2021-05-20 17:41:49 UTC
(In reply to Dan Dascalescu from comment #0)
> Created attachment 138556 [details]
> Screenshot
> 
> Mousing over the Undo button shows "Und&o: "

Can you give more detail?
Version plasma, name application and version application.
Comment 2 Dan Dascalescu 2021-05-20 18:43:32 UTC
Plasma 5.21.5, but "name application"?? It's Krusader. Version is in this ticket too, 2.7.2. What did you mean?
Comment 3 Davide Gianforte 2021-08-09 15:37:05 UTC
This is provided by KIO widget UndoManager, moving to the KIO guys to check if it's a typo (FileUndoManager::undoText()).
Comment 4 Ahmad Samir 2022-05-26 19:44:40 UTC
I tested with Dolphin, doesn't seem to have this issue; my guess would be a difference in how KXmlGui is used by Dolphin and Krusader. The method that removes the accelerator from action text, KLocalizedString::removeAcceleratorMarker() is used in a code path that is hit by Dolphin in KXmlGui but not by Krusader.