[Webkit-unassigned] [Bug 118562] New: Insufficient viewport repaints when FrameView::paintsEntireContents

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Jul 11 05:40:03 PDT 2013


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

           Summary: Insufficient viewport repaints when
                    FrameView::paintsEntireContents
           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: allan.jensen at digia.com


If FrameView::paintsEntireContents is true, and the frameView is resized, the repaints emitted by the render-tree are wrongly limited to the frameRect. It appears to be because the visualOverflow of a renderview is equal frameRect. Since paints to contents implies no clipping or only clipping to total contents, the visualOverflow of RenderView should match the layoutOverflow.

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