[Webkit-unassigned] [Bug 89475] New: Blur causes issues when scrolling

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Jun 19 08:37:37 PDT 2012


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

           Summary: Blur causes issues when scrolling
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: UNCONFIRMED
          Severity: Normal
          Priority: P2
         Component: CSS
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: keyar at chromium.org
                CC: svillar at igalia.com


Created an attachment (id=148340)
 --> (https://bugs.webkit.org/attachment.cgi?id=148340&action=review)
Demonstrates the scrolling blur bug. No red should be visible if the scrolling worked.

Having blur on the entire page will result in incorrect rendering when the page is scrolled if one div is scrolled underneath another.

Set a <div> tag set to use "-webkit-filter: blur(#px)" where # is any number, including zero.
Within this div, have two divs such that one will scroll underneath the other (such as having one with fixed position). Give the child divs two separate background colours.
Scroll the page and the rendering will be incorrect. See attached file for an example page that displays this problem (if there was no issue, the page will not have red).

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