Bug 181497

Summary: "Summary" panel displays wrong word when sorting is applied to list
Product: [Applications] parley Reporter: Michael Liddle <michael>
Component: generalAssignee: Frederik Gladhorn <gladhorn>
Status: RESOLVED FIXED    
Severity: normal CC: gladhorn
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In:

Description Michael Liddle 2009-01-21 15:31:30 UTC
Version:           0.9.2-svn (using 4.1.96 (KDE 4.1.96 (KDE 4.2 RC1)) "release 78.1", KDE:KDE4:Factory:Desktop / openSUSE_11.0)
Compiler:          gcc
OS:                Linux (i686) release 2.6.25.20-0.1-default

Whenever the vocabulary list is sorted in any way other than the order that the words were entered, the "summary" panel (widget?) displays the wrong word (i.e. not the word currently selected in the vocab. list). The word that is actually displayed seems to be based on the original entry order.
Comment 1 Frederik Gladhorn 2009-03-25 22:03:01 UTC
SVN commit 944632 by gladhorn:

The summary widget accesses the model directly. It needs to use the sortfilter proxy instead.
BUG: 181497
Fixed in KDE 4.2.2


 M  +1 -1      editor/editor.cpp  
 M  +2 -1      entry-dialogs/summarywordwidget.cpp  
 M  +3 -3      entry-dialogs/summarywordwidget.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=944632