Fix for 25103. r=danm
git-svn-id: svn://10.0.0.236/trunk@59685 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -963,8 +963,11 @@ nsTreeRowGroupFrame::IR_TargetIsChild(nsIPresContext* aPresContext,
|
||||
// Place the child
|
||||
FinishReflowChild(aNextFrame, aPresContext, desiredSize, xpos, 0, 0);
|
||||
|
||||
// Return our desired width
|
||||
// Return our desired width and height
|
||||
nsRect rect;
|
||||
GetRect(rect);
|
||||
aDesiredSize.width = aReflowState.reflowState.availableWidth;
|
||||
aDesiredSize.height = rect.height;
|
||||
|
||||
if (mNextInFlow) {
|
||||
aStatus = NS_FRAME_NOT_COMPLETE;
|
||||
|
||||
Reference in New Issue
Block a user