[Webkit-unassigned] [Bug 34754] New: [GTK] Set GtkAdjustments on our FrameView when loading a page in the PageCache

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 9 07:47:56 PST 2010


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

           Summary: [GTK] Set GtkAdjustments on our FrameView when loading
                    a page in the PageCache
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebKit Gtk
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: xan.lopez at gmail.com


Right now we only do this in
FrameLoaderClient::transitionToCommittedForNewPage, which is only called when
we load uncached pages. If the page we are about to load is in the cache
rameLoaderClient::transitionToCommittedFromCachedFrame is called instead, and
we never set the adjustments. This results in the scrollbars for the main frame
being mispositioned and nonfunctional in some cases.

-- 
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