зеркало из https://github.com/mozilla/gecko-dev.git
Bug 1570605 - [marionette] Remove invalid "instant" behavior for scrollIntoView(). r=webdriver-reviewers,jdescottes
Differential Revision: https://phabricator.services.mozilla.com/D133762
This commit is contained in:
Родитель
3bea0a777e
Коммит
c5c7e8164e
|
@ -1247,7 +1247,7 @@ element.isKeyboardInteractable = () => true;
|
|||
*/
|
||||
element.scrollIntoView = function(el) {
|
||||
if (el.scrollIntoView) {
|
||||
el.scrollIntoView({ block: "end", inline: "nearest", behavior: "instant" });
|
||||
el.scrollIntoView({ block: "end", inline: "nearest" });
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче