<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION (201040): Flex box container: some items do not render if added dynamically"
   href="https://bugs.webkit.org/show_bug.cgi?id=160551#c3">Comment # 3</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - REGRESSION (201040): Flex box container: some items do not render if added dynamically"
   href="https://bugs.webkit.org/show_bug.cgi?id=160551">bug 160551</a>
              from <span class="vcard"><a class="email" href="mailto:hyatt&#64;apple.com" title="Dave Hyatt &lt;hyatt&#64;apple.com&gt;"> <span class="fn">Dave Hyatt</span></a>
</span></b>
        <pre>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).</pre>
        </div>
      </p>
      <hr>
      <span>You are receiving this mail because:</span>
      
      <ul>
          <li>You are the assignee for the bug.</li>
      </ul>
    </body>
</html>