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
parent 71326e2f8d
commit 0d4267a645

View File

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