mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-12-11 16:32:59 +00:00
make sure the nextinflow will be pushed bug 347367 r/sr=roc
This commit is contained in:
parent
b6cec66d11
commit
9fa638f000
@ -3264,6 +3264,10 @@ nsTableFrame::ReflowChildren(nsTableReflowState& aReflowState,
|
||||
// again. Note that rowGroups doesn't get used again after
|
||||
// we PushChildren below, anyway.
|
||||
rowGroups.InsertElementAt(continuingFrame, childX + 1);
|
||||
}
|
||||
else {
|
||||
// put the nextinflow so that it will get pushed
|
||||
rowGroups.InsertElementAt(kidNextInFlow, childX + 1);
|
||||
}
|
||||
// We've used up all of our available space so push the remaining
|
||||
// children to the next-in-flow
|
||||
|
Loading…
Reference in New Issue
Block a user