зеркало из https://github.com/mozilla/pjs.git
Fixed a bug wherein tree frames weren't being added to the flow.
This commit is contained in:
Родитель
5b9bfd849c
Коммит
148948810c
|
@ -2117,6 +2117,10 @@ HTMLStyleSheetImpl::ConstructXULFrame(nsIPresContext* aPresContext,
|
|||
|
||||
// Add the placeholder frame to the flow
|
||||
aNewFrame = placeholderFrame;
|
||||
}
|
||||
else {
|
||||
// Add the table frame to the flow
|
||||
aFrameItems.AddChild(aNewFrame);
|
||||
}
|
||||
return rv;
|
||||
}
|
||||
|
|
|
@ -2117,6 +2117,10 @@ HTMLStyleSheetImpl::ConstructXULFrame(nsIPresContext* aPresContext,
|
|||
|
||||
// Add the placeholder frame to the flow
|
||||
aNewFrame = placeholderFrame;
|
||||
}
|
||||
else {
|
||||
// Add the table frame to the flow
|
||||
aFrameItems.AddChild(aNewFrame);
|
||||
}
|
||||
return rv;
|
||||
}
|
||||
|
|
|
@ -2117,6 +2117,10 @@ HTMLStyleSheetImpl::ConstructXULFrame(nsIPresContext* aPresContext,
|
|||
|
||||
// Add the placeholder frame to the flow
|
||||
aNewFrame = placeholderFrame;
|
||||
}
|
||||
else {
|
||||
// Add the table frame to the flow
|
||||
aFrameItems.AddChild(aNewFrame);
|
||||
}
|
||||
return rv;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче