fortesinformatica / Sideshow

Sideshow is a powerful javascript library which aims to reduce your user's learning curve by providing a way to create step-by-step interactive tours. Explain the features of your application, control your end-user's interaction with your UI, emphasize what you're explaining in each step by masking it. Just think! The sky is the limit!
http://fortesinformatica.github.io/Sideshow
Apache License 2.0
86 stars 31 forks source link

When adding a skipIf evaluator in the first step of a tutorial, the autoContinue feature stop working #18

Open alcidesqueiroz opened 9 years ago

alcidesqueiroz commented 9 years ago

When the first step is shown, the pollForCheckCompletedStep function (which checks if the completing conditions of each step are met), is enqueued in the polling agent. If the first step is skipped, this enqueuing is not invoked.