Descriptionflexbox: incorrect flexbox height with overflow:auto on flex item
Flexbox with flex-direction: row/row-reverse and with
overflow:auto on flex item shows incorrect flexbox height.
The flexbox seems to use the height from before
adding the horizontal scrollbar.
This bug is occuring because we are not taking into account
the horizontal scrollbar height of flex-item while computing
the childCrossAxisMarginBoxExtent. This patch fixes this bug
by adding scrollbarLogicalHeight while calculating childCrossAxisMarginBoxExtent.
BUG=327446
Committed: https://src.chromium.org/viewvc/blink?view=rev&revision=179861
Patch Set 1 #Patch Set 2 : #
Total comments: 2
Patch Set 3 : #
Total comments: 4
Patch Set 4 : #Patch Set 5 : #
Total comments: 8
Patch Set 6 : Addressing the nit #
Messages
Total messages: 15 (0 generated)
|