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

Not working in IE8 #1

Closed
ramansharma89 opened this issue Sep 30, 2015 · 5 comments
Closed

Not working in IE8 #1

ramansharma89 opened this issue Sep 30, 2015 · 5 comments

Comments

@ramansharma89
Copy link

Is it possible to make it work in IE 8? Basic functionality at least.

Regards,
Raman

@hernansartorio
Copy link
Owner

Hi Raman! Thanks for pointing that out. I stopped developing with support for IE8 some time ago (now I just put a conditional banner recommending a more modern browser), so I didn't even check if it worked with it.

I might take a look when I have the time, but please feel free to investigate the issue yourself and make a pull request if you can fix it! A wild guess is that it might have something to do with unsupported CSS properties used to hide/display the options.

Best,
Hernán

@BB-000
Copy link

BB-000 commented Oct 29, 2015

Hi guys, did anyone work this one out?

@BB-000
Copy link

BB-000 commented Oct 29, 2015

@hernansartorio Yup you were right :] ie8 didn't like the opacity on the .list, .list.open

I changed it to use display: none & block instead in < ie9

@hernansartorio
Copy link
Owner

@BB-000 Awesome, thanks for solving that! What approach did you use to apply that CSS for <IE9?

implico added a commit to implico/jquery-nice-select that referenced this issue Feb 13, 2016
…fined' class to the dropdown container (caused by commit 2e360d1) and added unnecessary space; bug fixed: use within a 'label' tag caused a double-click effect (dropdown not shown); updated: use of 'prop' function to check disabled state; added events: update (fixes hernansartorio#7), disable, enable (fixes hernansartorio#3); CSS: added vendor prefixes to arrow transform property (old IE, Safari) and dropdown opacity (IE<10) (fixes hernansartorio#1, fixes hernansartorio#10)
implico added a commit to implico/jquery-nice-select that referenced this issue Feb 13, 2016
…fined' class to the dropdown container (caused by commit a353ca6) and added unnecessary space; bug fixed: use within a 'label' tag caused a double-click effect (dropdown not shown); updated: use of 'prop' function to check disabled state; added events: update (fixes hernansartorio#7), disable, enable (fixes hernansartorio#3); CSS: added vendor prefixes to arrow transform property (old IE, Safari) and dropdown opacity (IE<10) (fixes hernansartorio#1, fixes hernansartorio#10)
@hernansartorio
Copy link
Owner

FIxed with a4bfe18.

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