mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 720442 - Scroll input fields to bottom of viewport rather than top. r=blassey
This commit is contained in:
parent
71326e2f8d
commit
0d4267a645
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user