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
Describe the bug
When you wrap a tall widget in a "Showcase", with ShowCaseWidget(autoPlay: true), the showcase is not visible after the autoscroll.
To Reproduce
Steps to reproduce the behavior:
Wrap a widget in "Showcase", where the widget is taller than the current viewport;
Warap the Showcase in a ShowCaseWidget, with autoPlay: true;
When the showcase is triggered, the child widget will be scrolled into view (in the middle of the view)
The showcase itself is not visible, so the user does not understand what is being showcased;
Expected behavior
When the showcase is triggered, the explanation should scroll into view, as high up as possible in the viewport so that the child widget that is being showcased is also visible.
It is more important to see the entire showcase bubble, even if the child widget is only partially visible.
Desktop (please complete the following information):
OS: all
Browser all
Version 3.0.0
Smartphone (please complete the following information):
Device: all
OS: all
Browser all
Version 3.0.0
Additional context
The current Showcase _scrollIntoView, uses alignment: 0.5, which forces the showcase to be scrolled out of view.
The text was updated successfully, but these errors were encountered:
I’ve raised a PR #482 to address this issue. You can use the branch associated with the PR as a temporary solution until we officially release the fix.
Describe the bug
When you wrap a tall widget in a "Showcase", with ShowCaseWidget(autoPlay: true), the showcase is not visible after the autoscroll.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
When the showcase is triggered, the explanation should scroll into view, as high up as possible in the viewport so that the child widget that is being showcased is also visible.
It is more important to see the entire showcase bubble, even if the child widget is only partially visible.
Desktop (please complete the following information):
Smartphone (please complete the following information):
Additional context
The current Showcase _scrollIntoView, uses alignment: 0.5, which forces the showcase to be scrolled out of view.
The text was updated successfully, but these errors were encountered: