[Webkit-unassigned] [Bug 160551] REGRESSION (201040): Flex box container: some items do not render if added dynamically

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Fri Aug 5 11:42:03 PDT 2016


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

--- Comment #3 from Dave Hyatt <hyatt at apple.com> ---
Difficult to fix. 201040 just optimized away a bogus repaint, so it's exposing the fact that flex box doesn't work with repainting properly (and never has). The repaint during layout model is problematic for flex box.

We either have to add in layout delta support, knowing there will be churn and incorrect repaints, or we need to move to a model where we don't repaint during layout (that's what Blink does I believe).

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20160805/de3ffe17/attachment.html>


More information about the webkit-unassigned mailing list