Skip to content
This repository has been archived by the owner on Feb 17, 2021. It is now read-only.

Horizontal window scrolling if needed. #358

Open
wants to merge 5 commits into
base: master
Choose a base branch
from

Conversation

avadhpatel
Copy link

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

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

Signed-off-by: Avadh Patel <avadh4all@gmail.com>
This patch is from Payton Quackenbush.

Signed-off-by: Avadh Patel <avadh4all@gmail.com>
If its set, it renders the bubble in the center of the window regardless
of the target position. This option can be used to create a bubble with
information about the page and not a specific target element in the
page.

Signed-off-by: Avadh Patel <avadh4all@gmail.com>
Also added new API function 'clearState' to cleanup cookies stored
by hopscotch.

Signed-off-by: Avadh Patel <avadh4all@gmail.com>
Signed-off-by: Avadh Patel <avadh4all@gmail.com>
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant