зеркало из https://github.com/mozilla/pjs.git
make sure the nextinflow will be pushed bug 347367 r/sr=roc
This commit is contained in:
Родитель
e2f5d3cdfd
Коммит
c79cf9dc99
|
@ -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
|
||||
|
|
Загрузка…
Ссылка в новой задаче