Chromium Code Reviews
Description[M54] Freeze auto scrollbars while calculating table row height.
The cause of the infinite layout is that calcRowLogicalHeight
forces a child layout without size overrides, which causes auto
vertical scrollbars to change, which sets preferred width dirty.
At the time that calcRowLogicalHeight runs, layout is clean, so
auto scrollbars should already be in a stable state.
Cherry-picked from https://codereview.chromium.org/2328883003
BUG=644635
TBR=dgrogan@chromium.org,esprehn@chromium.org
NOTRY=true
NOPRESUBMIT=true
Patch Set 1 #
Messages
Total messages: 10 (5 generated)
|
||||||||||||||||||||||||||||