[Webkit-unassigned] [Bug 202472] Drop-shadow filter repaints incorrectly when using CSS transitions

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Thu Mar 3 21:30:55 PST 2022


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

--- Comment #4 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
The issue here is that we don't take drop-shadow into account as visual overflow (like we do, say, for box-shadow).

That would be easy to do for a single element, but drop-shadow is more complex, because it contributes visual overflow to all the descendant boxes as well. This more like how outlines need to impact repaint for descendants.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20220304/908fbc51/attachment-0001.htm>


More information about the webkit-unassigned mailing list