Bug 10223 - reload of a page with frames does not preserve scroll location
Summary: reload of a page with frames does not preserve scroll location
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: Frames (show other bugs)
Version: 419.x
Hardware: Mac OS X 10.4
: P2 Normal
Assignee: Nobody
URL: http://java.sun.com/j2se/1.5.0/docs/a...
Keywords:
Depends on:
Blocks:
 
Reported: 2006-08-02 16:06 PDT by Trey Matteson
Modified: 2006-08-02 16:37 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Trey Matteson 2006-08-02 16:06:08 PDT
Go to the above link.  Scroll the main frame down a bit.  Reload.  The main frame is now scrolled to the top, but it should be scrolled as it was before reloading.  If you perform the same test without frames, the scroll location is maintained.

Curiously scroll state is maintained if you navigate away and then come back to the frameset (going back to a page and reloading it are fairly similar).

10.4.7 and tot as of r15648 behave the same way.  I wouldn't be surprised if this is a regression from some point in the 10.3 era.
Comment 1 Trey Matteson 2006-08-02 16:37:11 PDT
I will be checking in some automated tests that are blocked by this bug.  When fixed, look through LayoutTests/http/tests/navigation/*disabled for this bug number.