[Webkit-unassigned] [Bug 82521] New: [CSS Filters] Trigger a repaint on elements with changed filter

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Mar 28 13:52:40 PDT 2012


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

           Summary: [CSS Filters] Trigger a repaint on elements with
                    changed filter
           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
                CC: dino at apple.com


Currently the RenderStyle returns StyleDifferenceLayout when the filter property is changed.

Filter is not affecting the layout so a simple repaint should be sufficient. However, filter is a context dependent property and needs to return either StyleDifferenceRecompositeLayer or StyleDifferenceRepaintLayer depending on whether the layer is composited or not.

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