зеркало из https://github.com/mozilla/gecko-dev.git
Bug 720442 - Scroll input fields to bottom of viewport rather than top. r=blassey
This commit is contained in:
Родитель
c27428d068
Коммит
167e67e383
|
@ -812,7 +812,7 @@ var BrowserApp = {
|
|||
|
||||
// tell gecko to scroll the field into view. this will scroll any nested scrollable elements
|
||||
// as well as the browser's content window, and modify the scrollX and scrollY on the content window.
|
||||
focused.scrollIntoView(true);
|
||||
focused.scrollIntoView(false);
|
||||
|
||||
// update userScrollPos so that we don't send a duplicate viewport update by triggering
|
||||
// our scroll listener
|
||||
|
|
Загрузка…
Ссылка в новой задаче