Bug 212225

Summary: The autocompletion in the 'New Contact Group' is case sensitive
Product: [Applications] kaddressbook Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: wishlist CC: tokoe
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Sabine Faure 2009-10-28 20:39:01 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Configure Akonadi with an IMAP and Kolab resource.
- Launch Kontact and go to KAB
- Create a new Contact(ex:John Smith)
- Go to File menu/New/New Group...
- A 'New Contact Group' dialogue appears.
- Enter a group name in the 'Name:' field(Group A)
- Click in the Name column of the 'Contact group members' table.
- Type in a few letters from the contact's name( J o h). The autocompletion works and a list of contact(s) appears.

Now try typing the same letters but not using the upper case (j o h n...). Nothing happens, the name is not recognized and the autocompletion does not work.

I think this could be a good idea to ignore the case in the autocompletion. By experience after typing a lot of names it is common to forget the upper case because its quicker not to press the Shift key.

Trunk, Svn Rev 1041831
Comment 1 Tobias Koenig 2009-10-29 10:26:57 UTC
SVN commit 1042127 by tokoe:

Make the auto completion case insensitive

BUG: 212225


 M  +1 -0      contactgroupeditordelegate.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1042127
Comment 2 Sabine Faure 2009-10-30 06:06:35 UTC
It is implemented now.

The autocompletion is now case insensitive in the 'New Contact Group' dialogue.

Trunk, Svn Rev 1042371