зеркало из https://github.com/mozilla/pjs.git
Bug 163562. Home/end keys should not affect horizontal scrolling. Patch by dmitry@kirsanov.com. r=aaronleventhal, sr=roc
This commit is contained in:
Родитель
e73d741463
Коммит
b84689e3b5
|
@ -468,7 +468,7 @@ NS_IMETHODIMP nsScrollPortView::ScrollByWhole(PRBool aTop)
|
|||
newPos = scrolledSize.height;
|
||||
}
|
||||
|
||||
ScrollTo(0, newPos, 0);
|
||||
ScrollTo(mOffsetX, newPos, 0);
|
||||
|
||||
return NS_OK;
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче