Bug 314181

Summary: KPIM::AddresseeLineEdit doesn't always show all search results
Product: [Applications] kdepim Reporter: Christian Mollekopf <mollekopf>
Component: libkdepimAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal CC: auxsvr, bugs, Chain, Mathias.Homann, mmtsales, nico.kruber
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In: 4.10.2
Bug Depends on: 259949    
Bug Blocks:    

Description Christian Mollekopf 2013-01-31 12:13:41 UTC
Sometimes addressbook entries are not displayed but only the nepomuk search results.
It's a timing issue as far as I could track it down: All results are only displayed if the query through akonadi finishes before the direct nepomuk query. Since it's usually the other way around addressbooks entries are not displayed.

As far as I could track it down the matches are still added using addCompletionItem, but they are somehow not displayed.

Reproducible: Always
Comment 1 Christian Mollekopf 2013-01-31 12:15:50 UTC
*** Bug 296050 has been marked as a duplicate of this bug. ***
Comment 2 Christian Mollekopf 2013-02-19 10:10:55 UTC
Patch which fixes the issue for me: https://git.reviewboard.kde.org/r/108961/
Comment 3 Christian Mollekopf 2013-03-02 11:46:30 UTC
Fixed in 8c2bf14a2ba463435533c3696c13767d909da545. (4.10.2)