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

Correctly handle special char keyCodes with Shift #1288

Merged
merged 1 commit into from
Dec 15, 2022

Conversation

CvX
Copy link
Contributor

@CvX CvX commented Dec 15, 2022

Previously, calling triggerKeyEvent() with shiftKey: true option would trigger an event with an incorrect key.

E.g. triggerKeyEvent(element, 'keydown', 197, { shiftKey: true }) would have a = key, instead of +.

Previously, calling `triggerKeyEvent()` with `shiftKey: true` option would trigger an event with an incorrect `key`.

E.g. `triggerKeyEvent(element, 'keydown', 197, { shiftKey: true })` would have a `=` key, instead of `+`.
@chriskrycho chriskrycho merged commit 11b748f into emberjs:master Dec 15, 2022
@CvX CvX deleted the fixie branch December 20, 2022 12:48
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants