WebKit Bugzilla
New
Browse
Log In
×
Sign in with GitHub
or
Remember my login
Create Account
·
Forgot Password
Forgotten password account recovery
RESOLVED DUPLICATE of
bug 13770
4051
Page jumps after loading even if I've scrolled while loading
https://bugs.webkit.org/show_bug.cgi?id=4051
Summary
Page jumps after loading even if I've scrolled while loading
John Sullivan
Reported
2005-07-18 12:09:48 PDT
This is also in Radar as 3109180 This is a bit contrived but it happens. Go to a pagethat takes some time to load (
http://bluesnews.com/
) is what I used When the load is finished, scroll down. Then go to a new page page. Then press the back button and while the old page is still loading, scroll around a bit. When the page load finishes, it jumps to the last saved location even though I've scroll around a bit. It should cancel the scroll on page done if I do any scrolling before the page is finished loading. --- comment added later --- I think this is caused by the onfocus handler on the "search" box which is near the top of the page. --- comment added later --- This happens to me often on many different pages. It's much more noticeable if your internet connection is slow (dialup, flaky Airport).
Attachments
Add attachment
proposed patch, testcase, etc.
Trey Matteson
Comment 1
2005-07-19 10:09:47 PDT
I was thinking of adding a trap door that would be set when the user first interacts with a page after loading starts, which would prevent any later restoration of the scroll position. This would also be good if they started filling out a form, and we would prevented from scrolling the doc out from under them.
David Kilzer (:ddkilzer)
Comment 2
2007-03-15 04:29:04 PDT
See also discussion in
Bug 3390 Comment #16
.
David Kilzer (:ddkilzer)
Comment 3
2007-07-23 22:25:58 PDT
*** This bug has been marked as a duplicate of
13770
***
Note
You need to
log in
before you can comment on or make changes to this bug.
Top of Page
Format For Printing
XML
Clone This Bug