-
-
Notifications
You must be signed in to change notification settings - Fork 79k
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
carousel not sliding in ie9 intranet (2.02) #2726
Comments
you may want to refer to #2635 and IE9 compat mode issues. |
I checked the mode, and with compatibility mode either on or off the slide doesn't work. Its the only JavaScript plugin that isn't performing correctly. |
Might just be you making the code short in the snippet, but it looks like you're missing a closing div for that first If you can share a jsfiddle, we can perhaps take a more detailed look. |
@originalsurfmex Please provide a jsfiddle if possible. The carousel works fine on our end and if we cannot reproduce, we'll have to close the issue. |
like to know the answer as well, trying it on xampp (haven't tried it live yet) i did try http://twitter.github.com/bootstrap/javascript.html#carousel in IE9 (9.0.8812..) and the slide transistion isn't there |
IE9 transitions don't work, because the lack of support for CSS transitions. They just show up instantly. |
So is this to say the carousel won't ever slide in ie+ ? that would mean having to drop it, any chance of an enhancement ? |
You could write a jQuery fallback, if css transistions aren't supported. On Tue, Apr 10, 2012 at 15:18, thomasmery <
|
thanks, I definitely will if I am forced to do it hopefully it will go unnoticed (hum ...) On Tue, Apr 10, 2012 at 3:53 PM, Barryvdh <
http://www.thomas-mery.net |
You could try something like this; Works for me in IE8/IE9, but IE7 gets mixed results (image disappears on some websites, after transitioning), so it probably needs some testing. |
Many many thanks, will try it next week and will report how it goes On Fri, Apr 13, 2012 at 12:23 PM, Barryvdh <
http://www.thomas-mery.net |
See my previous commit, to fix the issue with IE7 (set width:100% for .item) |
Not a BS core issue, but rather one of IE9 as per this thread: http://stackoverflow.com/questions/3726357/why-does-ie9-switch-to-compatibility-mode-on-my-website. |
the carousel is sliding in firefox/chrome however it won't slide in ie9 on my intranet. all other javascript works fine, including styled dropdowns.
here is the code:
Also the Javascript:
The text was updated successfully, but these errors were encountered: