Closed martingrossmann closed 2 months ago
Changed again the behaviour of element.scrollIntoView. Now the JS window.sroll() method is used instead of arguments[0].scrollIntoView.
element.scrollIntoView
window.sroll()
arguments[0].scrollIntoView
The scrolling is much more stable and it is also allowed to scroll up.
Please delete options that are not relevant.
Description
Changed again the behaviour of
element.scrollIntoView
. Now the JSwindow.sroll()
method is used instead ofarguments[0].scrollIntoView
.The scrolling is much more stable and it is also allowed to scroll up.
Type of change
Please delete options that are not relevant.
Checklist: