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
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
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