Bug 205743 - No right column update when switching address book.
Summary: No right column update when switching address book.
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-08-31 01:11 UTC by Sabine Faure
Modified: 2009-09-17 17:39 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-08-31 01:11:11 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.2 
OS:                Linux
Installed from:    Compiled sources

- Configure Akonadi with an IMAP and Kolab resource.
- Launch Kaddressbook
- Create a Contact in an address book(ex: John Smith).
- Select it in the 'Name' column so that its information is displayed in the right hand side column.
- Create a second and empty address book and select it.

The last Contact selected is still displayed (John Smith) eventhough you have switched from one address book to another.

Instead, it could be a good idea to clear the right hand side column when the user is switching address book.

Trunk, Svn Rev 1016607
Comment 1 Tobias Koenig 2009-09-16 15:38:13 UTC
SVN commit 1024375 by tokoe:

Show an empty details view if no address book folder is selected.

BUG: 205743


 M  +17 -0     mainwidget.cpp  
 M  +4 -0      mainwidget.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1024375
Comment 2 Sabine Faure 2009-09-17 17:39:27 UTC
It is corrected now.

When changing address book - the right hand side column which displays the selected Contact details - gets cleared.

Trunk, Svn Rev 1024850