Bug 149830 - The location bar drop-down list is case-sensitive
Summary: The location bar drop-down list is case-sensitive
Status: REPORTED
Alias: None
Product: konqueror
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR wishlist
Target Milestone: ---
Assignee: Konqueror Developers
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-09-13 17:20 UTC by Ali Moosavi
Modified: 2009-02-11 21:30 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 Ali Moosavi 2007-09-13 17:20:34 UTC
Version:           3.5.7 (using KDE 3.5.7, Debian Package 4:3.5.7.dfsg.1-4 (lenny/sid))
Compiler:          Target: i486-linux-gnu
OS:                Linux (i686) release 2.6.21-2-k7

when you start typing an address in the location bar, a drop-down list gives you auto-completion suggestions. But it works case-sensitive which is annoying for MS-Windows users like me.

example:
I have a /usr/This/ folder on my machine and when I type /usr/t in location bar, the auto-completion drop-down list doesn`t suggest me /usr/This (because I have typed lower-case 't'). It would be better if the auto-completion worked case-insensitive.
Comment 1 Diaa Sami 2008-09-02 00:01:41 UTC
I think that completion is a convenience feature and should be case insensitive by default, this is how it is in programming IDEs, completion is case insensitive(and sometimes it can be changed to case sensitive), it's more intuitive.

I think that this should be applied to all KDE file dialogs and to Dolphin, should I file separate bug requests for this?
Comment 2 Diaa Sami 2009-02-02 17:18:34 UTC
I think that this bug is not valid anymore in the recently released KDE 4.2, The path completion in Konqueror, Dolphin and the file and folder dialogs are case-insensitive.
Comment 3 Ali Moosavi 2009-02-11 15:06:29 UTC
(In reply to comment #2)
> I think that this bug is not valid anymore in the recently released KDE 4.2,
> The path completion in Konqueror, Dolphin and the file and folder dialogs are
> case-insensitive.
> 

It is case-insensitive in Dolphin and thus file and folder dialogs but Konqueror still has the problem.
Comment 4 Diaa Sami 2009-02-11 21:30:48 UTC
> It is case-insensitive in Dolphin and thus file
> 1and folder dialogs but Konqueror still has the problem.

Yes you are right, fortunately the problem here is that my changes were late so it didn't go into 4.2, I've just built the trunk and konqueror address bar is case-insensitive, it'll be out in 4.3 I think.