Bug 173380 - Scrollposition saved globaly in the feed list
Summary: Scrollposition saved globaly in the feed list
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: SVN
Platform: Compiled Sources Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2008-10-23 17:18 UTC by Matthias Fuchs
Modified: 2008-10-26 21:30 UTC (History)
0 users

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 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