-
-
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
Missing carets in bootstrap v3.3.4 in IE8 #16172
Comments
Hi @someatoms! You appear to have posted a live example (https://fiddle.jshell.net/DTcHh/5998/show/light/), which is always a good first step. However, according to Bootlint, your example has some Bootstrap usage errors, which might potentially be causing your issue:
You'll need to fix these errors and post a revised example before we can proceed further. (Please note that this is a fully automated comment.) |
Revised example with button type: https://jsfiddle.net/DTcHh/5999/ |
Perhaps we should add something like |
Bootstrap v3.3.4 made carets go missing in IE8. Here is a JSFiddle and here screenshots for IE8-IE10 (only IE8 is missing the caret). Reverting #15697 makes IE8 happily show carets again however.
In my projects I add a
.legacy-ie
class to the html element if <=IE9 so for me this can easily be fixed by adding this.legacy-ie .caret { border-top: @caret-width-base solid; }
. However, I suppose bootstrap 3 supports IE8 and this should be fixed officially?The text was updated successfully, but these errors were encountered: