Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Prevented click on bootstrap collapse element when joyride is closed #71

Open
fabioformosa opened this issue Sep 19, 2016 · 0 comments
Open

Comments

@fabioformosa
Copy link

fabioformosa commented Sep 19, 2016

I got a bug when attach joyride to a div containing a collapse element of bootstrap (e.g. accordion).
When I close joyride, the click event on collapse element is still prevented by joyride. the jquery off function (at line 143) doesn't remove the stopEvent function.

I created a plunkr to reproduce the bug:
https://plnkr.co/edit/mPv1nTHH4IqejFOmIvxY?p=preview

And I added a pull requests #70 .
You can test my fix in this plunkr:
https://plnkr.co/edit/RT1WhroMFZxffkQfOI7T?p=preview

Please accept it, thank you

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant