Bug 101726 - when going back in an article tab, the position is lost
Summary: when going back in an article tab, the position is lost
Status: RESOLVED FIXED
Alias: None
Product: akregator
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Gentoo Packages Linux
: NOR normal
Target Milestone: ---
Assignee: kdepim bugs
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2005-03-17 19:53 UTC by Gilles Schintgen
Modified: 2005-07-20 09:27 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 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