[Webkit-unassigned] [Bug 107467] [Safari] Crash with opacity + drop shadow filter + child element extending beyond filter outsets

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Tue Feb 19 20:52:12 PST 2013


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





--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com>  2013-02-19 20:54:34 PST ---
The bounds of the child element don't seem to matter.

This happens because we only start the transparency layer lazily, when we know that the child has to be painted. That means that we start it using the wrong context (the filter context), and we have unmatched save/restore.

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