зеркало из https://github.com/mozilla/gecko-dev.git
fixed a bug where a case during pagination wasn't being tested correctly
This commit is contained in:
Родитель
742a6deb6f
Коммит
ac6d7c116e
|
@ -757,7 +757,7 @@ ColumnFrame::ReflowUnmappedChildren(nsIPresContext* aPresContext,
|
|||
}
|
||||
|
||||
// Did the child fit?
|
||||
if ((nsnull != mFirstChild) &&
|
||||
if ((kidFrame != mFirstChild) &&
|
||||
((kidAvailSize.height <= 0) ||
|
||||
(kidRect.YMost() > kidAvailSize.height))) {
|
||||
// The child's height is too big to fit in our remaining
|
||||
|
|
Загрузка…
Ссылка в новой задаче