[Webkit-unassigned] [Bug 26034] New: Loading url with anchor should keep page scrolled to anchor while images load and scripts run

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue May 26 17:01:20 PDT 2009


https://bugs.webkit.org/show_bug.cgi?id=26034

           Summary: Loading url with anchor should keep page scrolled to
                    anchor while images load and scripts run
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: All
        OS/Version: All
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: WebCore Misc.
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: japhet at google.com


FrameLoader calls gotoAnchor() in finishedParsing(), which causes WebKit to
scroll to an anchor after html has loaded, but before images load and scripts
run.  By the time elements have loaded, the original scrolling may no longer be
the actual location of the anchor.  Scrolling to the anchor before all elements
have loaded makes sense, but ideally we would ensure that the anchor continues
to be displayed, even as its position relative to the top of the document might
change.

http://code.google.com/p/chromium/issues/detail?id=619 appears to be an example
of the image case of this issue.


-- 
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.



More information about the webkit-unassigned mailing list