LinkedInAttic / hopscotch

A framework to make it easy for developers to add product tours to their pages.
Apache License 2.0
4.2k stars 666 forks source link

Horizontal window scrolling if needed. #358

Open avadhpatel opened 6 years ago

avadhpatel commented 6 years ago

Issue

The 'adjustWindowScroll' only scrolls in the vertical direction!

The code was not taking X position of window and bubble into account to scroll in the horizontal direction. This was causing issues with the tour where the element is not in the view and horizontal scrolling was needed.

Solution

This patch modify's 'adjustWindowScroll' function to check if scrolling in the X direction is also needed or not and performs the scrolling animation accordingly.

Signed-off-by: Avadh Patel avadh4all@gmail.com