DescriptionAvoid blowing away the intrinsicContentLogicalHeight when stretching height in FlexBox
Cache and reset the intrinsic content logical height of children when stretching them
in FlexBox. This is to avoid them reseting it to the stretched height, which leads
us to improperly avoiding layout later when stretching is no longer necessary.
This solution is too fragile, but I couldn't come up with one that was more robust
but doesn't break the optimization.
BUG=409779
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=185173
Patch Set 1 #Patch Set 2 : Add test case and FIXME #
Total comments: 1
Patch Set 3 : s/EAE likes/I like/ #
Messages
Total messages: 8 (2 generated)
|