Bug 181497 - "Summary" panel displays wrong word when sorting is applied to list
Summary: "Summary" panel displays wrong word when sorting is applied to list
Status: RESOLVED FIXED
Alias: None
Product: parley
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Frederik Gladhorn
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-01-21 15:31 UTC by Michael Liddle
Modified: 2009-03-25 22:03 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 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