<html>
    <head>
      <base href="https://bugs.webkit.org/" />
    </head>
    <body>
      <p>
        <div>
            <b><a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Changing canvas height immediately after page load does not relayout canvas"
   href="https://bugs.webkit.org/show_bug.cgi?id=156097#c12">Comment # 12</a>
              on <a class="bz_bug_link 
          bz_status_NEW "
   title="NEW - Changing canvas height immediately after page load does not relayout canvas"
   href="https://bugs.webkit.org/show_bug.cgi?id=156097">bug 156097</a>
              from <span class="vcard"><a class="email" href="mailto:nkronlage&#64;hotmail.com" title="nkronlage&#64;hotmail.com">nkronlage&#64;hotmail.com</a>
</span></b>
        <pre>It definitely seems like a bug. The default min-height for items is 'auto' which means it should size to the height of the item. Changing the height in the script (not in the setTimeout call) or resizing the window to force a layout shows flexbox does the take min-height into account correctly in those cases.  Something about this scenario results in layout not running even though a property that affects layout changed.</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>