Bug 470089 - Use underscore as a break character for easier renaming
Summary: Use underscore as a break character for easier renaming
Status: REPORTED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 23.04.0
Platform: Manjaro Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2023-05-21 15:38 UTC by Stefanovic
Modified: 2023-05-21 15:39 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefanovic 2023-05-21 15:38:16 UTC
STEPS TO REPRODUCE
1. press F2 to rename file
2. double click on file named with an underscore like : my_file

OBSERVED RESULT

When I double click, it selects the entire file name (for example: "my_file")

EXPECTED RESULT
When I double click, it selects part of the name (for example: only "my" or only "file" of my_file)