[Webkit-unassigned] [Bug 104724] New: [Chromium] Pre-painting should not paint out-of-view fixed position elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Dec 11 14:57:10 PST 2012


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

           Summary: [Chromium] Pre-painting should not paint out-of-view
                    fixed position elements
           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: wangxianzhu at chromium.org
                CC: jamesr at chromium.org
        Depends on: 102543


Out-of-view fixed position elements are not composited. In RenderLayer::paintLayer(), such elements will be painted when pre-paint out-of-view parts. This causes residues when the part scrolls into the viewport. Patch of bug 102543 provides a way to determine if a non-composited fixed position element is out-of-view so not to be painted in pre-paining.

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