Bug 501851 - Type-ahead navigation does not find filenames beginning with the same character repeated twice
Summary: Type-ahead navigation does not find filenames beginning with the same charact...
Status: CONFIRMED
Alias: None
Product: dolphin
Classification: Applications
Component: view-engine: general (other bugs)
Version First Reported In: 24.08.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Dolphin Bug Assignee
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2025-03-21 21:58 UTC by adrruiz
Modified: 2025-04-08 03:27 UTC (History)
2 users (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description adrruiz 2025-03-21 21:58:55 UTC
SUMMARY
In a folder containing many files, some names are numeric, for example, 01.txt, 02.txt, 03.txt, etc. When typing the file name to quickly navigate to it, in the case of file 44.txt what Dolphin does with the first press of "4" is go to 40.txt and with the second press of "4" it goes to 41.txt and not 44.txt. Each time I press the same key it only advances one file in the list of those that begin with 4*.txt and does not take the press as the second character of the file name, in this case 4"4".txt

STEPS TO REPRODUCE
1. Open Dolphin
2. go to a folder containing many files, some names are numeric, for example, 01.txt, 02.txt, 03.txt, etc. 
3. go to directo to 44.txt file

OBSERVED RESULT

EXPECTED RESULT
go to 41.txt instead

SOFTWARE/OS VERSIONS
Linux/KDE Plasma: Kubuntu 24.10
KDE Plasma Version: 6.1.5
KDE Frameworks Version: 6.6.0
Qt Version: 6.6.2

ADDITIONAL INFORMATION
Comment 1 John Kizer 2025-04-08 03:27:11 UTC
Hi - I can reproduce on Fedora KDE 41, Dolphin 24.12.3. Thanks!