Bug 101726

Summary: when going back in an article tab, the position is lost
Product: [Applications] akregator Reporter: Gilles Schintgen <gschintgen>
Component: generalAssignee: kdepim bugs <kdepim-bugs>
Status: RESOLVED FIXED    
Severity: normal    
Priority: NOR    
Version: unspecified   
Target Milestone: ---   
Platform: Gentoo Packages   
OS: Linux   
Latest Commit: Version Fixed In:

Description Gilles Schintgen 2005-03-17 19:53:28 UTC
Version:            (using KDE KDE 3.4.0)
Installed from:    Gentoo Packages
OS:                Linux

Hi, after only one day I'm already hooked. Akregator rocks!

When I read an article inside Akregator, the "back" browsing function does not jump to the previous position. Instead it always takes me to the top of the page.
Comment 1 Heinrich Wendel 2005-06-28 18:56:26 UTC
that's because akregator does not save the whole page in the history, but only the url, so if you click back the link is opened again instead of loaded from a cache
Comment 2 Frank Osterfeld 2005-07-20 09:27:11 UTC
SVN commit 436638 by osterfeld:

Use BrowserExtension::saveState() and restoreState(), so navigating through the history does not cause reloads any longer, 
and things like scrollbar position are properly saved and restored.
BUGS: 101726


 M  +1 -1      akregator_run.cpp  
 M  +149 -71   pageviewer.cpp  
 M  +10 -34    pageviewer.h  
 M  +1 -1      viewer.h