NEW 190229
Setting will-change transform needs to trigger at least z-order updates.
https://bugs.webkit.org/show_bug.cgi?id=190229
Summary Setting will-change transform needs to trigger at least z-order updates.
Simon Fraser (smfr)
Reported 2018-10-02 17:29:59 PDT
Created attachment 351460 [details] Testcase When will-change changes, rareNonInheritedDataChangeRequiresLayout() sets a flag in changedContextSensitiveProperties, and then RenderStyle::changeRequiresLayerRepaint sees a z-index changes and says that repaint is required. Then RenderElement::adjustStyleDifference() takes the max of StyleDifference::RecompositeLayer and StyleDifference::Repaint and issues a repaint. However, we need will-change to dirty z-order lists and and trigger compositing updates
Attachments
Testcase (861 bytes, text/html)
2018-10-02 17:29 PDT, Simon Fraser (smfr)
no flags
Note You need to log in before you can comment on or make changes to this bug.