-
Notifications
You must be signed in to change notification settings - Fork 19
Conflicts with bootstrap's modal abilities #18
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
Comments
What version of CSS3finalize, jQuery and Bootstrap are you using? |
Can't believe I didn't include that my bad. Bootstrap.css 2.1 cdnjs.cloudflare.com/ajax/libs/css3finalize/3.0/jquery.css3finalize.min.js |
This issue is related to issue #15. The solution described in #15 was to use the latest version of jQuery, but that doesnt look it works anymore. That is a bug in jQuery so I have filled a ticket to jQuery http://bugs.jquery.com/ticket/12476 |
CSS3Finalize 3.1 fixes this. |
I did a little digging on cdnjs and found they have the most updated version but aren't listing it. |
It takes some hour before they update their cdn. But I can see it now. |
When I have a standard modal with Twitter's bootstrap I can't open the modal. I narrowed it down to the 'hide' class on the modal itself.
The backshadow shows when clicked but not the modal. When I take off hide the modal shows immediately but that's not the behavior we want.
Bootstrap.css 2.1
bootstrap.js 2.1
jQuery - 1.7.2
jQuery UI - 1.8.21
Chrome: 21
CSS3Finalize: 3.0
The text was updated successfully, but these errors were encountered: