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

Modals stopped working on Meteor 1.2.0.2 #68

Open
vladejs opened this issue Oct 21, 2015 · 2 comments
Open

Modals stopped working on Meteor 1.2.0.2 #68

vladejs opened this issue Oct 21, 2015 · 2 comments

Comments

@vladejs
Copy link

vladejs commented Oct 21, 2015

I just updated my app to the newest meteor (1.2.0.2). Before the update modals worked just fine. Now they are opened and inmediatelly closed.

Recreating the issue:

  1. Click on a button.
  2. The modal get opened and inmediatelly closed (you can't even see the content within it)

I didn't modify anything except updating meteor from 1.1.0.3 to 1.2.0.2

@iwoork
Copy link

iwoork commented Jan 22, 2016

Are you using bootstrap? If you are, try disabling the modal package (e.g set modal: false) on your json settings. This happens because modal is being called twice.

@vladejs
Copy link
Author

vladejs commented Jan 25, 2016

That was the problem, i were using yogiben:admin who includes twbs:bootstrap and also on my client folder i had bootstrap files.

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

2 participants