зеркало из https://github.com/mozilla/gecko-dev.git
Checking back in change (rev. 3.410) that was mistakenly backed out (in rev. 3.411):
bug 13553 (Table doesn't render properly) patch submitted by bernd.mielke@snafu.de r=waterson sr=buster
This commit is contained in:
Родитель
ac923ebfb8
Коммит
4745f05247
|
@ -5695,6 +5695,7 @@ nsBlockFrame::ReflowFloater(nsBlockReflowState& aState,
|
|||
mes.SizeBy(aMarginResult.left + aMarginResult.right,
|
||||
aMarginResult.top + aMarginResult.bottom);
|
||||
aState.StoreMaxElementSize(floater, mes);
|
||||
aState.UpdateMaxElementSize(mes); // fix for bug 13553
|
||||
}
|
||||
#ifdef NOISY_FLOATER
|
||||
printf("end ReflowFloater %p, sized to %d,%d\n", floater, metrics.width, metrics.height);
|
||||
|
|
|
@ -5695,6 +5695,7 @@ nsBlockFrame::ReflowFloater(nsBlockReflowState& aState,
|
|||
mes.SizeBy(aMarginResult.left + aMarginResult.right,
|
||||
aMarginResult.top + aMarginResult.bottom);
|
||||
aState.StoreMaxElementSize(floater, mes);
|
||||
aState.UpdateMaxElementSize(mes); // fix for bug 13553
|
||||
}
|
||||
#ifdef NOISY_FLOATER
|
||||
printf("end ReflowFloater %p, sized to %d,%d\n", floater, metrics.width, metrics.height);
|
||||
|
|
|
@ -5695,6 +5695,7 @@ nsBlockFrame::ReflowFloater(nsBlockReflowState& aState,
|
|||
mes.SizeBy(aMarginResult.left + aMarginResult.right,
|
||||
aMarginResult.top + aMarginResult.bottom);
|
||||
aState.StoreMaxElementSize(floater, mes);
|
||||
aState.UpdateMaxElementSize(mes); // fix for bug 13553
|
||||
}
|
||||
#ifdef NOISY_FLOATER
|
||||
printf("end ReflowFloater %p, sized to %d,%d\n", floater, metrics.width, metrics.height);
|
||||
|
|
|
@ -5695,6 +5695,7 @@ nsBlockFrame::ReflowFloater(nsBlockReflowState& aState,
|
|||
mes.SizeBy(aMarginResult.left + aMarginResult.right,
|
||||
aMarginResult.top + aMarginResult.bottom);
|
||||
aState.StoreMaxElementSize(floater, mes);
|
||||
aState.UpdateMaxElementSize(mes); // fix for bug 13553
|
||||
}
|
||||
#ifdef NOISY_FLOATER
|
||||
printf("end ReflowFloater %p, sized to %d,%d\n", floater, metrics.width, metrics.height);
|
||||
|
|
|
@ -5695,6 +5695,7 @@ nsBlockFrame::ReflowFloater(nsBlockReflowState& aState,
|
|||
mes.SizeBy(aMarginResult.left + aMarginResult.right,
|
||||
aMarginResult.top + aMarginResult.bottom);
|
||||
aState.StoreMaxElementSize(floater, mes);
|
||||
aState.UpdateMaxElementSize(mes); // fix for bug 13553
|
||||
}
|
||||
#ifdef NOISY_FLOATER
|
||||
printf("end ReflowFloater %p, sized to %d,%d\n", floater, metrics.width, metrics.height);
|
||||
|
|
|
@ -5695,6 +5695,7 @@ nsBlockFrame::ReflowFloater(nsBlockReflowState& aState,
|
|||
mes.SizeBy(aMarginResult.left + aMarginResult.right,
|
||||
aMarginResult.top + aMarginResult.bottom);
|
||||
aState.StoreMaxElementSize(floater, mes);
|
||||
aState.UpdateMaxElementSize(mes); // fix for bug 13553
|
||||
}
|
||||
#ifdef NOISY_FLOATER
|
||||
printf("end ReflowFloater %p, sized to %d,%d\n", floater, metrics.width, metrics.height);
|
||||
|
|
Загрузка…
Ссылка в новой задаче