[Webkit-unassigned] [Bug 118712] New: backgroundIsKnownToBeObscured should return false when RenderBox has box-shadow

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Jul 15 22:19:53 PDT 2013


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

           Summary: backgroundIsKnownToBeObscured should return false when
                    RenderBox has box-shadow
           Product: WebKit
           Version: 528+ (Nightly build)
          Platform: Unspecified
        OS/Version: Unspecified
            Status: NEW
          Keywords: BlinkMergeCandidate
          Severity: Normal
          Priority: P2
         Component: Layout and Rendering
        AssignedTo: webkit-unassigned at lists.webkit.org
        ReportedBy: rniwa at webkit.org
                CC: hyatt at apple.com, koivisto at iki.fi,
                    simon.fraser at apple.com, akling at apple.com


We should probably merge https://chromium.googlesource.com/chromium/blink/+/eda6bbe16cf43ac0369595020ec18114a6316433

box-shadow is painted in paintFillLayers (invoked from paintBackground).
However, if background is known to be obscured, the paintFillLayers will not be invoked.
So if RenderBox has any box-shadow, its backgroundIsKnownToBeObscured should return false.

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