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

IE8 still supported? #1327

Closed
Herst opened this issue Nov 28, 2016 · 1 comment
Closed

IE8 still supported? #1327

Herst opened this issue Nov 28, 2016 · 1 comment

Comments

@Herst
Copy link
Collaborator

Herst commented Nov 28, 2016

From README.md:

Cross-browser: IE 6.0+, FF 2+, Safari 2.0+, Opera 9.0+, Chrome 5.0+.

But then e.g. the following code in widget-uitheme.js which I would consider a core widget breaks IE8 (and probably below):

if (c.widgets.indexOf('filter') > -1) {

You would have to change it to use $.inArray().

@Mottie
Copy link
Owner

Mottie commented Nov 28, 2016

Hi @Herst!

Thanks for letting me know. I'll have it fixed in a moment.

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