[Webkit-unassigned] [Bug 72059] New: [chromium] scrolling is broken with compositor thread

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Nov 10 14:22:26 PST 2011


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

           Summary: [chromium] scrolling is broken with compositor thread
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: hclam at google.com


Scrolling is currently broken because of this http://trac.webkit.org/changeset/99844

The above patch tries to subtract scroll delta after commit has completed on the main thread. However the subtraction happens on a wrong layer. It subtracts scroll delta from the root layer but instead scroll delta is coming from the scroll layer.

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