Bug 212230 - Cursor stays in the Email column after erasing a contact from a group.
Summary: Cursor stays in the Email column after erasing a contact from a group.
Status: VERIFIED FIXED
Alias: None
Product: kaddressbook
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-10-28 21:00 UTC by Sabine Faure
Modified: 2009-10-30 06:22 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 21:00:33 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.
- Now click on the red minus sign to erase the contact from the group

It works, but the cursor remains in the 'Email' column forcing the user to click into the Name column to enter a new contact's name.

I think it would be more efficient and would save time to have the cursor back in the 'Name' column after erasing a contact.

Trunk, Svn Rev 1041831
Comment 1 Tobias Koenig 2009-10-29 11:23:36 UTC
SVN commit 1042207 by tokoe:

Always set the cursor to the name column in the
last row after deleting a member from the group

BUG: 212230


 M  +7 -0      contactgroupeditordelegate.cpp  
 M  +1 -0      contactgroupeditordelegate_p.h  


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

The cursor goes back to the Name column after deleting a contact from the 'New Contact Group' dialogue.


Trunk, Svn Rev 1042371