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

Broken on Internet Explorer #12

Closed
AhmadIssa83 opened this issue Apr 24, 2017 · 4 comments
Closed

Broken on Internet Explorer #12

AhmadIssa83 opened this issue Apr 24, 2017 · 4 comments
Labels
Milestone

Comments

@AhmadIssa83
Copy link

The filter button works on Chrome and Firefox, but does not show on Internet Explorer or Internet Edge.
Is it a button CSS/JS issue or a leaflet issue?

@maydemirx
Copy link
Owner

maydemirx commented Apr 25, 2017

Yes. This is a js error. I am using ES6 string template literal in my code. But, "internet explorer" and "edge" was not support string template literals of ES6. You can see details from fallowing link:

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Template_literals

I am labeling this issue to bug and i will fix it

@maydemirx maydemirx added the bug label Apr 25, 2017
@maydemirx maydemirx added this to the v0.0.4 milestone Apr 25, 2017
@AhmadIssa83
Copy link
Author

Thank you for your quick reply. This filter is awesome and I hope this is fixed soon :)

maydemirx pushed a commit that referenced this issue Apr 25, 2017
remove es6 string literal for browser compability of ie or edge

#12
@maydemirx
Copy link
Owner

ok i fixed the issue. you can check the demo page on ie or edge. please refresh the page because browsers can be cached older version of the library

@AhmadIssa83
Copy link
Author

Thank you very much :)

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

No branches or pull requests

2 participants