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

Cannot open modal on Internet Explorer #52

Open
timojuonoja opened this issue Apr 24, 2017 · 2 comments
Open

Cannot open modal on Internet Explorer #52

timojuonoja opened this issue Apr 24, 2017 · 2 comments

Comments

@timojuonoja
Copy link
Contributor

In src/modal/modal.js and on StackedMap class: the code uses array find, which is not supported on Internet Explorer.
https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Array/find

Therefore modal cannot be opened at all.

@circlingthesun
Copy link
Owner

Have a look at #40

@timojuonoja
Copy link
Contributor Author

Thanks for the reply. However readme still states that IE 10 is supported browser, but that isn't true.

In my opinion, polyfill for array find must be fulfilled by the package or at least mentioned in the readme that you need it.

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

No branches or pull requests

2 participants