joyride
joyride copied to clipboard
Joyride v2.1 guides set to display:none and not positioned on the screen
I came across an issue while implementing Joyride in my Angular app. No errors were thrown in the console, but the tour never appears on the screen. If I look in the DOM, I see the divs with the class of 'joyride-tip-guide', but the div is set to display:none and is not positioned on the screen. You can clearly see this if you inspect the DOM.
If I swap Joyride v2.1 for v2.0, everything works. See the two fiddles below.
Joyride v2.0 (Working): http://jsfiddle.net/mattymess/ZZH6P/ Joyride v2.1 (Not Working): http://jsfiddle.net/mattymess/NhFYp/