DescriptionEnsure logical height is overridden for stretch-aligned flex-box children
With an SVG in a flex-box context (as a flex-item), it's possible for a
document-wide layout to clear the override-height, and then issue a
partial (<svg> as layout-root) layout that recomputes the logical height
to whatever the <svg> root thinks it should be - disregarding the flex-box
context.
To fix this, make sure that a stretch-aligned flex-item always has an
override-height set, even if the logical height appear to be up-to-date.
BUG=397085
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=183293
Patch Set 1 #Patch Set 2 : Rebase. #
Messages
Total messages: 13 (2 generated)
|