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

Ensure triggerKeyEvent works properly with IE11 #872

Merged
merged 1 commit into from
Jun 3, 2020

Conversation

lyubarskiy
Copy link
Contributor

#871

In order to use triggerKeyEvent in IE11 Array.find was replaced by Array.filter

filter is a bit slower than find here, if it's an issue I'll come up with another solution

Copy link
Member

@rwjblue rwjblue left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you!

@rwjblue
Copy link
Member

rwjblue commented May 28, 2020

CI on 3.8 is failing for unrelated reasons.

@rwjblue
Copy link
Member

rwjblue commented Jun 2, 2020

Re-running CI to pick up fixes for ember-cli-babel@7.20.

@rwjblue rwjblue added the bug label Jun 3, 2020
@rwjblue rwjblue merged commit 0ccc41e into emberjs:master Jun 3, 2020
@rwjblue rwjblue changed the title Issue 871 - Make triggerKeyEvent compatible with the IE11 Ensure triggerKeyEvent works properly with IE11 Jun 3, 2020
@rwjblue
Copy link
Member

rwjblue commented Jun 3, 2020

Thanks again @lyubarskiy!

@lyubarskiy lyubarskiy deleted the key-code-ie11-support branch June 3, 2020 20:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants