Bug 479826 - Incorrect string in "Show Text" checkbox for toolbar actions
Summary: Incorrect string in "Show Text" checkbox for toolbar actions
Status: REPORTED
Alias: None
Product: frameworks-kxmlgui
Classification: Frameworks and Libraries
Component: general (show other bugs)
Version: 5.115.0
Platform: Other Linux
: NOR minor
Target Milestone: ---
Assignee: kdelibs bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2024-01-15 00:16 UTC by tqd8
Modified: 2024-02-15 21:23 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments
Incorrect text for "Select" action's Show Text checkbox (23.42 KB, image/png)
2024-01-15 00:17 UTC, tqd8
Details

Note You need to log in before you can comment on or make changes to this bug.
Description tqd8 2024-01-15 00:16:00 UTC
SUMMARY
When right clicking on an action in the Dolphin toolbar, you see a checkbox option to toggle whether the action's name is shown next to its icon. However, the checkbox has a different string (its `text` instead of its `iconText`), so it doesn't make sense. The checkbox should indicate the exact text that will be shown/hidden by checking/unchecking the box.

These two strings happen to be identical for some actions, so it's not always visible, but one good example of this bug is for the "Select" action.

Additionally, the `text` string seems to only appear in the Configure Toolbar dialog ---  and it only appears on the left-hand "Available actions" list, not on the right-hand "Current actions" list, which seems strange to me too. Maybe this issue is not specific to Dolphin alone?


OS: openSUSE Krypton, latest snapshot
Comment 1 tqd8 2024-01-15 00:17:00 UTC
Created attachment 164908 [details]
Incorrect text for "Select" action's Show Text checkbox