-
-
Notifications
You must be signed in to change notification settings - Fork 496
Slider with ticks not working on ie9/10 #160
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
Damn IE! I thought it was OK at least on IE10... Previously I was using a table display but in order to display the ticks values, flexbox was the simplest way I found. |
There seems to be a solution for IE10 by using vendor specific prefixes. I'll try to add them. |
Thanks. Can confirm that adding the vendor prefixes resolves the issue on IE10. |
Actually in IE11 emulating IE10, ticks are displayed correctly. Are you sure they are wrong in IE10? However, there are totally messed up when emulating IE9... |
OK, can you add a pull request with these prefixes because I can't test them since I don't have a real IE10. |
Good resource about increasing the browsers support for flexbox: https://css-tricks.com/using-flexbox/ |
I don't have access to a real IE10 either. I'm currently using browserstack to test IE9/10. I just went through that page on css-tricks earlier, but ended up using bourbon (http://bourbon.io/docs/#flexbox) since it's already included in my project. |
The ticks are not working on IE9/10 because there's no support for display flex. Has anyone encountered this issue before?
The text was updated successfully, but these errors were encountered: