[Webkit-unassigned] [Bug 98698] New: Scroll information save/restore should be more symmetrical for cached pages
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Mon Oct 8 15:51:45 PDT 2012
https://bugs.webkit.org/show_bug.cgi?id=98698
Summary: Scroll information save/restore should be more
symmetrical for cached pages
Product: WebKit
Version: 528+ (Nightly build)
Platform: Unspecified
OS/Version: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: History
AssignedTo: webkit-unassigned at lists.webkit.org
ReportedBy: bdakin at apple.com
Right now we do some scrolling-related work in Document::setInPageCache(bool) that can only be done when the Document is entering the page cache. Symmetrical work needs to be done when the Document exits the cache, but it cannot be done in the same function because a page exiting the cache will not have access to its RenderView at that time. Instead that work is done in HistoryController::restoreScrollPositionAndViewState(). It would be better to have some symmetry for this work.
--
Configure bugmail: https://bugs.webkit.org/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.
More information about the webkit-unassigned
mailing list