Skip to content

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

Closed
ciriac opened this issue Oct 26, 2015 · 7 comments
Closed

Slider with ticks not working on ie9/10 #160

ciriac opened this issue Oct 26, 2015 · 7 comments

Comments

@ciriac
Copy link

ciriac commented Oct 26, 2015

The ticks are not working on IE9/10 because there's no support for display flex. Has anyone encountered this issue before?

@ValentinH
Copy link
Member

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.

@ValentinH
Copy link
Member

There seems to be a solution for IE10 by using vendor specific prefixes. I'll try to add them.

@ciriac
Copy link
Author

ciriac commented Oct 26, 2015

Thanks. Can confirm that adding the vendor prefixes resolves the issue on IE10.

@ValentinH
Copy link
Member

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...

@ValentinH
Copy link
Member

OK, can you add a pull request with these prefixes because I can't test them since I don't have a real IE10.

@ValentinH
Copy link
Member

Good resource about increasing the browsers support for flexbox: https://css-tricks.com/using-flexbox/

@ciriac
Copy link
Author

ciriac commented Oct 26, 2015

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants