Bug 384333 - Arabic diacritics (Harakat) in file names causes miscalculation of highlighted text upon renaming
Summary: Arabic diacritics (Harakat) in file names causes miscalculation of highlighte...
Status: CONFIRMED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 17.08.0
Platform: Arch Linux Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords: rtl
Depends on:
Blocks:
 
Reported: 2017-09-04 04:28 UTC by Munzir Taha
Modified: 2020-10-26 20:41 UTC (History)
4 users (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 Munzir Taha 2017-09-04 04:28:45 UTC
In dolphin, right-clicking a file name and choosing rename would highlight the part of the filename before the dot and keeps the extension intact. However, if the filename is Arabic with some diacritics, each diacritic would cause part of the extension to be highlighted. e.g. If the filename is:
اِسْمُهُ.mp3
and you try to rename it, the whole name would be highlighted including the extension.
Comment 1 Elvis Angelaccio 2017-09-04 16:02:59 UTC
Thanks for the report.

It seems we are missing RTL support in KStandardItemListWidget::editedRoleChanged().
Comment 2 Justin Zobel 2020-10-25 00:22:15 UTC
Can you please confirm this still occurs in a recent version of Dolphin.
Comment 3 Munzir Taha 2020-10-26 20:21:16 UTC
I retested with dolphin 20.08.1 and the bug is still there.
Comment 4 Nate Graham 2020-10-26 20:41:54 UTC
Thanks for the info!