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 few Contacts - 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. - repeat until you have three contacts in the Group - Now try to click on the name of the last contact from the 'Name' column. For some reason it is impossible to edit it. However, it is possible to click and edit the contact's names that are above the last one. Once this is done then it is possible again to click and edit the last one as well. Trunk, Svn Rev 1041831
Hej Sabine, I can't reproduce this here. Which version of Qt do you use? 4.5 or 4.6? Ciao, Tobias
Hi Tobias, I am using Qt 4.6. I've just retested this and the bug is still there. It is still impossible to click on the last contact from the 'New Contact Group' dialogue to edit it. Trunk, Svn Rev 1047043
SVN commit 1047543 by tokoe: Use AllEditTriggers to show the line edit not only on change events (#212226), update the model only when possible to avoid unneeded changes in the view that results in focus stealing (#211595). BUG: 212226 BUG: 211595 M +1 -1 contactgroupeditor.cpp M +26 -1 contactgroupmodel.cpp WebSVN link: http://websvn.kde.org/?view=rev&revision=1047543
It is corrected now. It is possible to click and edit the last contact of a group. Trunk, Svn Rev 1047961