bug 13553 (Table doesn't render properly)
patch submitted by bernd.mielke@snafu.de r=waterson sr=buster git-svn-id: svn://10.0.0.236/trunk@85312 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
2efa0db5b0
commit
fd97a9afbb
@ -5715,6 +5715,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);
|
||||
|
||||
@ -5715,6 +5715,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);
|
||||
|
||||
@ -5715,6 +5715,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);
|
||||
|
||||
@ -5715,6 +5715,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);
|
||||
|
||||
@ -5715,6 +5715,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);
|
||||
|
||||
@ -5715,6 +5715,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);
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user