make sure the nextinflow will be pushed bug 347367 r/sr=roc

This commit is contained in:
bmlk%gmx.de 2006-09-02 09:14:02 +00:00
Родитель e2f5d3cdfd
Коммит c79cf9dc99
1 изменённых файлов: 4 добавлений и 0 удалений

Просмотреть файл

@ -3265,6 +3265,10 @@ nsTableFrame::ReflowChildren(nsTableReflowState& aReflowState,
// 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
nsIFrame* nextSibling = kidFrame->GetNextSibling();