new reflow/layout code for outer table to handle captions and margins. better % height handling.
row groups and rows don't include external cellspacing in there dimensions. r=troy. git-svn-id: svn://10.0.0.236/trunk@67566 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -421,7 +421,8 @@ nsAbsoluteContainingBlock::ReflowAbsoluteFrame(nsIFrame* aDelegat
|
||||
(NS_AUTOOFFSET == kidReflowState.mComputedOffsets.top)) {
|
||||
if (-1 == aContainingBlockWidth) {
|
||||
// Get the containing block width/height
|
||||
kidReflowState.ComputeContainingBlockRectangle(&aReflowState,
|
||||
kidReflowState.ComputeContainingBlockRectangle(aPresContext,
|
||||
&aReflowState,
|
||||
aContainingBlockWidth,
|
||||
aContainingBlockHeight);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user