Bug 173380

Summary: Scrollposition saved globaly in the feed list
Product: [Applications] akregator Reporter: Matthias Fuchs <mat69>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: SVN   
Target Milestone: ---   
Platform: Compiled Sources   
OS: Linux   
Latest Commit: Version Fixed In:

Description Matthias Fuchs 2008-10-23 17:18:32 UTC
Version:            (using Devel)
Compiler:          gcc 4.3.1
OS:                Linux
Installed from:    Compiled sources

When scrolling to a certain position in a feed list (e.g. 100 items down) and switching to another feed it jumps to that position (100 items down, or to the bottom if there are less).

I think that is irritating, especially if you have a ressource with many feeds and another with only few.

Storing that peer feed would be probably less irritating.
Comment 1 Frank Osterfeld 2008-10-26 21:23:50 UTC
SVN commit 876230 by osterfeld:

store/restore node-specific scrollbar position when switching between feeds
BUG:173380


 M  +5 -0      abstractselectioncontroller.h  
 M  +13 -0     articlelistview.cpp  
 M  +5 -0      articlelistview.h  
 M  +11 -7     selectioncontroller.cpp  
 M  +20 -8     treenode.cpp  
 M  +48 -44    treenode.h  


WebSVN link: http://websvn.kde.org/?view=rev&revision=876230
Comment 2 Frank Osterfeld 2008-10-26 21:30:25 UTC
SVN commit 876231 by osterfeld:

forwardport: store/restore node-specific scrollbar position when switching between feeds
CCBUG:173380


 M  +5 -0      abstractselectioncontroller.h  
 M  +13 -0     articlelistview.cpp  
 M  +5 -0      articlelistview.h  
 M  +6 -0      selectioncontroller.cpp  
 M  +20 -8     treenode.cpp  
 M  +48 -44    treenode.h  


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