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

triggerKeyEvent is not IE11 compatible due to Array.find #871

Closed
raido opened this issue May 26, 2020 · 2 comments
Closed

triggerKeyEvent is not IE11 compatible due to Array.find #871

raido opened this issue May 26, 2020 · 2 comments
Labels

Comments

@raido
Copy link

raido commented May 26, 2020

Array.find usage in triggerKeyEvent method breaks it for IE11.

Reference:

Current workaround is to include Array.find polyfill for tests only if application itself does not depend on it.

app.import("vendor/array-find-polyfill.js", { type: "test" });

@rwjblue
Copy link
Member

rwjblue commented May 27, 2020

Eeck! Sorry about that @raido!

We should definitely fix, would love a PR if someone has the time.

@raido
Copy link
Author

raido commented Aug 14, 2020

This should be closed, PR is merged.

@raido raido closed this as completed Aug 14, 2020
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