mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-11-26 14:22:01 +00:00
fixed a bug where a case during pagination wasn't being tested correctly
This commit is contained in:
parent
742a6deb6f
commit
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
|
||||
|
Loading…
Reference in New Issue
Block a user