[Webkit-unassigned] [Bug 156097] Changing canvas height immediately after page load does not relayout canvas

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Apr 27 13:58:58 PDT 2016


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

--- Comment #12 from nkronlage at hotmail.com ---
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.

-- 
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/20160427/5c5ac167/attachment.html>


More information about the webkit-unassigned mailing list