зеркало из https://github.com/mozilla/pjs.git
Bug 383010 - Visual glitches while scrolling pages with position:fixed elements, patch by Stephen Moehle, r+sr=roc
This commit is contained in:
Родитель
242e70f2bd
Коммит
2577056d79
|
@ -594,11 +594,12 @@ void nsScrollPortView::Scroll(nsView *aScrolledView, nsPoint aTwipsDelta, nsPoin
|
|||
biggestRect = *r;
|
||||
}
|
||||
}
|
||||
toScrollPtr = &toScroll;
|
||||
biggestRect.ScaleRoundIn(1.0/aP2A);
|
||||
toScroll = biggestRect;
|
||||
biggestRect *= aP2A;
|
||||
regionToScroll.Sub(regionToScroll, biggestRect);
|
||||
updateRegion.Or(updateRegion, regionToScroll);
|
||||
toScrollPtr = &toScroll;
|
||||
toScroll = biggestRect;
|
||||
toScroll.ScaleRoundOut(1.0/aP2A);
|
||||
}
|
||||
#endif
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче