Bug 211577

Summary: Name column keeps the focus in the 'New Contact Group' dialogue.
Product: [Applications] kaddressbook Reporter: Sabine Faure <sabine>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: VERIFIED FIXED    
Severity: normal CC: tokoe
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Sabine Faure 2009-10-23 20:47:49 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
- 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. The autocompletion works and a list of contact(s) appears. Select the contact that you have just created from the list.
- Click on the 'Ok' button without entering any email address. The cursor is still in the 'Name' column.

The group is created anyway.
If you select it you can see that the email address of the contact is also displayed whereas you never selected one.

I think that it would be a good idea to move the cursor to the email column once the user has selected a contact's name from the list to avoid that.

Trunk, Svn Rev 1039367
Comment 1 Tobias Koenig 2009-10-25 12:35:56 UTC
SVN commit 1040037 by tokoe:

Close the editor in the Name column when user selected
name from autocompletion popup menu

BUG: 211577


 M  +50 -13    contactgroupeditordelegate.cpp  
 M  +10 -1     contactgroupeditordelegate_p.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1040037
Comment 2 Sabine Faure 2009-10-28 20:23:52 UTC
It is corrected now.

Once the user select a name from the proposed list the preferred contact's email appears. If there are several emails associated with the contact it is possible to select a different one from the 'Email' combo box.


Trunk, Svn Rev 1041831