зеркало из https://github.com/mozilla/gecko-dev.git
Bug 430878: Call PositionChildViews after sliding selection to top of page, to fix mispositioned scrollframes in print selection. r+sr=roc a=dsicore
This commit is contained in:
Родитель
9a73c732a7
Коммит
89e526b6da
|
@ -604,6 +604,7 @@ nsSimplePageSequenceFrame::PrintNextPage()
|
|||
nsIFrame* conFrame = mCurrentPageFrame->GetFirstChild(nsnull);
|
||||
if (mSelectionHeight >= 0) {
|
||||
conFrame->SetPosition(conFrame->GetPosition() + nsPoint(0, -mYSelOffset));
|
||||
nsContainerFrame::PositionChildViews(conFrame);
|
||||
}
|
||||
|
||||
// cast the frame to be a page frame
|
||||
|
|
Загрузка…
Ссылка в новой задаче