[Webkit-unassigned] [Bug 77622] New: [CSS Filters] Disable the LayoutState for filtered elements

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Feb 2 03:58:49 PST 2012


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

           Summary: [CSS Filters] Disable the LayoutState for filtered
                    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: achicu at adobe.com


Filtered elements need to control the repaint rectangle because of the outsets that some filters need (ie. blur, drop-shadow).

There's some code in RenderBox::computeRectForRepaint (and RenderInline::computeRectForRepaint) that handles that, but when a LayoutState is enabled, a faster path is used instead. Disable the fast-path for filtered elements like we do for transforms.

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