Bug 720442 - Scroll input fields to bottom of viewport rather than top. r=blassey

This commit is contained in:
Kartikaya Gupta 2012-01-26 13:16:45 -05:00
Родитель c27428d068
Коммит 167e67e383
1 изменённых файлов: 1 добавлений и 1 удалений

Просмотреть файл

@ -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