[Webkit-unassigned] [Bug 57124] New: When the scroller style is changed via delegate method, the page needs a full relayout and repaint

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Mar 25 14:43:57 PDT 2011


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

           Summary: When the scroller style is changed via delegate
                    method, the page needs a full relayout and repaint
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: PC
        OS/Version: Mac OS X 10.5
            Status: NEW
          Keywords: InRadar
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: bdakin at apple.com


In the delegate method updateScrollerStyleForNewRecommendedScrollerStyle (which is is ScrollAnimatorMac), to avoid paint artifacts when the styles switch, we need a full relayout and repaint. Since this is an uncommon operation, I think the easiest way to do this with certainty is to just reload the page in this case. Patch forthcoming.

<rdar://problem/9059129>

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