Closed halkony closed 1 week ago
Downgrading to 2.3.0 fixed this issue, so it seems to be a recently breaking change.
This is a separate issue, but there was also a breaking change introduced in 2.2.0 where highlighted elements were absolutely positioned on the screen and wouldn't move with the element during a scroll. 2.1.1 seems to be the last stable version for my needs.
Hey @halkony, Thanks for this issue.
For the scrolling part: Yes the backdrop is an absolute element which gets masked to the element, creating the "brightness effect"
But I will try to reproduce your issue asap.
Best Regards, Sascha
Hey @halkony,
Let's address each issue step by step:
div
spanning the entire page with a shape cut out, making the element appear brighter.backdrop
prop.onBefore
event to trigger when done.autoStart
autoStart
prop, you don't need to manually call tour.value.startTour()
in your code.Let me know if you have any further questions or issues!
Pressing the Done button at the end of my tour produces an obtuse error and does nothing. The skip functionality works as expected when its enabled.
I'm running a vitesse starter template. It seems like I could fix this by adjusting something my steps.
My component
Browser Console