[Webkit-unassigned] [Bug 243949] iOS 15.6 compositing with z-index causes crash

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Mon Aug 15 21:27:25 PDT 2022


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

--- Comment #3 from Simon Fraser (smfr) <simon.fraser at apple.com> ---
Created attachment 461661

  --> https://bugs.webkit.org/attachment.cgi?id=461661&action=review

Static testcase

We make backing store for all the layers because they are inside a large, animated element ("container") so we keep all their backing stores alive.

There are several issues here:
1. The animation is a no-op, so we shouldn't consider it as something that extends backing store
2. z-index:-1 should not trigger backing store (`.native`) is a stacking context
3. Only `.container` should have backing while animating, because it's a stacking context.

-- 
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/20220816/049a4891/attachment.htm>


More information about the webkit-unassigned mailing list