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
I am using ngx-guided-tour on my Angular project. In most cases, this works seamlessly. But I noticed the following issue:
If the selected area is bigger than the viewport height and I use Orientation.Left or Orientation.Right the page will be scrolled to the bottom of the selected area while the tour step remains next to the top of the selected area. Like this, the tour step is not visible anymore.
If I instead use Orientation.Top, the behavior is as expected. The page does not scroll to the bottom and the step is shown.
I would expect the same behavior when I use Orientation.Left or Orientation.Right since the step itself remains next to the top of the selected area.
I am using
ngx-guided-tour
on my Angular project. In most cases, this works seamlessly. But I noticed the following issue:If the selected area is bigger than the viewport height and I use
Orientation.Left
orOrientation.Right
the page will be scrolled to the bottom of the selected area while the tour step remains next to the top of the selected area. Like this, the tour step is not visible anymore.If I instead use
Orientation.Top
, the behavior is as expected. The page does not scroll to the bottom and the step is shown.I would expect the same behavior when I use
Orientation.Left
orOrientation.Right
since the step itself remains next to the top of the selected area.This is how I configure the tour step:
Do you agree that this behavior is not as expected? If yes I could have a look at fixing it.
The text was updated successfully, but these errors were encountered: