зеркало из https://github.com/mozilla/pjs.git
Bug 386147: Don't cut off floats at the bottom of the page (part 1). r+sr=roc
This commit is contained in:
Родитель
42383004c3
Коммит
4b2cf51593
|
@ -701,6 +701,8 @@ nsBlockReflowState::CanPlaceFloat(const nsSize& aFloatSize,
|
|||
GetAvailableSpace(mY, aForceFit);
|
||||
}
|
||||
}
|
||||
} else if (!aForceFit && (aFloatSize.height > mAvailSpaceRect.height)) {
|
||||
result = PR_FALSE;
|
||||
}
|
||||
return result;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче