-
-
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 indicators in Internet Explorer <= 10 #10903
Comments
Since you didn't explain what you meant by "don't work as expected", I just tested it in IE10 to see if I could figure out what you meant. While the indicators visually represent the current slide, I can't seem to click on the indicators to go to a specific slide. Is this the issue that you're reporting? EDIT: I can click on them to go to a specific slide, but only by clicking the indicators in a very specific area - that area seems to be the borders of the indicator. |
Exactly. It only works, if I click on the indicators' border. |
Yup, I can't find the exact issue, but I know this was reported for IE9 or something. The problem is no background fill—so the clicks are going right through I believe. Will investigate. |
If you don't care about IE8, use rgba and set alpha channel to 0:
|
… elements without background-color, so we have to hack it
… elements without background-color, so we have to hack it
Fix issue wherein (clicking indicators in IE doesn't work)[twbs/bootstrap#10903] due to there being no background area to register the click event.
I visited this link:
http://getbootstrap.com/javascript/#carousel
The carousel indicators don't work as expected in Internet Explorer, I tried several versions on 2 computers. If you remove position:absolute from .carousel-indicators it seems to work.
Maybe someone knows an acceptable solution, conditional comments would be ok for me.
The text was updated successfully, but these errors were encountered: