[Webkit-unassigned] [Bug 110673] New: RenderLayer::scrollTo() should call FrameLoaderClient::didChangeScrollOffset()

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Feb 22 17:57:39 PST 2013


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

           Summary: RenderLayer::scrollTo() should call
                    FrameLoaderClient::didChangeScrollOffset()
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bdakin at apple.com


Right now, FrameLoaderClient::didChangeScrollOffset() doesn't get called for web pages like http://instagram.com/p/UrCCIVBQX3/ because they have overflow on the body. We can easily address this by calling it at the end of RenderLayer::scrollTo().

<rdar://problem/13258596>

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