You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using scrollIntoView on an element where the Y-Axis is already in the view but X-Axis is not, the Y-Axis seems to be manipulated too (see test case with polyfill).
Please test the 2 test cases by manually scrolling up and down. An interval is set to alternately call scrollIntoView on the nav anchors.
Expected: no effect on the Y-Axis. Scrolls the X-Axis of the nav element
Issue: "With the pollyfill" the Y-Aixs seems to be unnecessary modified. Manually scrolling the Y-Axis is hindered when scrollIntoView is called. (issue on chrome, no issue on firefox)
@thisconnect I think I solved this on last release so I'm closing it, if you can give a try and confirm that would be great. If you are still seeing an issue feel free to reopen. Thanks!
Hi, first thanks for the polyfill!!
When using scrollIntoView on an element where the Y-Axis is already in the view but X-Axis is not, the Y-Axis seems to be manipulated too (see test case with polyfill).
Please test the 2 test cases by manually scrolling up and down. An interval is set to alternately call scrollIntoView on the nav anchors.
Expected: no effect on the Y-Axis. Scrolls the X-Axis of the nav element
Issue: "With the pollyfill" the Y-Aixs seems to be unnecessary modified. Manually scrolling the Y-Axis is hindered when scrollIntoView is called. (issue on chrome, no issue on firefox)
without polyfill
https://jsfiddle.net/tofu/245w4hxe/10/
with polyfill
https://jsfiddle.net/tofu/245w4hxe/12/
The text was updated successfully, but these errors were encountered: