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

Carousel indicators in Internet Explorer <= 10 #10903

Closed
Niklas-Peter opened this issue Oct 1, 2013 · 4 comments · Fixed by #11186
Closed

Carousel indicators in Internet Explorer <= 10 #10903

Niklas-Peter opened this issue Oct 1, 2013 · 4 comments · Fixed by #11186

Comments

@Niklas-Peter
Copy link

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.

@binlabs
Copy link
Contributor

binlabs commented Oct 1, 2013

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.

@Niklas-Peter
Copy link
Author

Exactly. It only works, if I click on the indicators' border.

@mdo
Copy link
Member

mdo commented Oct 2, 2013

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.

@designfactory
Copy link

If you don't care about IE8, use rgba and set alpha channel to 0:

background: rgba(0,0,0,0);

mdo added a commit that referenced this issue Oct 20, 2013
…ut background-color, so we have to hack it
stempler pushed a commit to stempler/bootstrap that referenced this issue Apr 11, 2014
… elements without background-color, so we have to hack it
stempler pushed a commit to stempler/bootstrap that referenced this issue Nov 4, 2014
… elements without background-color, so we have to hack it
carlitosvargas pushed a commit to carlitosvargas/AYS2024 that referenced this issue Apr 23, 2024
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.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants