This is a very similar issue to #650270 (if not the same).
Just reporting it to verify as the behavior is a bit different.
If we've a flexbox without a specif height with a vertical item inside (orthogonal flows).
The item is re-layout if you change the height of the flexbox, but the width of the flexbox is not recomputed.
Attached an example so you can test it yourself, just clicking on the button, it'll change the height of the flexbox, however the width will be wrong.
BTW, if you set the height of the flexbox initially, the behavior is correct.
This is a very similar issue #650270 (if not the same).
Just reporting it to verify as the behavior is a bit different.
If we've a flexbox without a specif height with a vertical item inside (orthogonal flows).
The item is re-layout if you change the height of the flexbox, but the width of the flexbox is not recomputed.
Attached an example so you can test it yourself, just clicking on the button, it'll change the height of the flexbox, however the width will be wrong.
BTW, if you set the height of the flexbox initially, the behavior is correct.
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.
Sorry for the inconvenience if the bug really should have been left as Available. If you change it back, also remove the "Hotlist-Recharge-Cold" label.
For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
This issue has been Available for over a year. If it's no longer important or seems unlikely to be fixed, please consider closing it out. If it is important, please re-triage the issue.
Sorry for the inconvenience if the bug really should have been left as Available.
For more details visit https://www.chromium.org/issue-tracking/autotriage - Your friendly Sheriffbot
Comment 1 by r...@igalia.com
, Sep 26 2016BTW, it happens the same if we use grid layout ("inline-grid" in this case) instead of flexbox.