Bug 212225 - The autocompletion in the 'New Contact Group' is case sensitive
Summary: The autocompletion in the 'New Contact Group' is case sensitive
Status: VERIFIED FIXED
Alias: None
Product: kaddressbook
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR wishlist
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-28 20:39 UTC by Sabine Faure
Modified: 2009-10-30 06:06 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 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