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

added KeyboardEvent.isComposing handling (Fixes #311) #381

Merged
merged 1 commit into from
Apr 12, 2020

Conversation

k-nishijima
Copy link
Contributor

[x] There is an associated issue that is labelled
'Bug' or 'help wanted' or is in the Community milestone
[x] Code is up-to-date with the master branch
[x] You've successfully run npm test locally
[ ] There are new or updated tests validating the change

Fixes #311

To me, This issue is major in CJK environment.
I'm not familiar with this problem, but I hope it will fix with this PR.
And would you confirm that this is not broken in your language environment?

About these events:
https://developer.mozilla.org/en-US/docs/Web/API/KeyboardEvent/isComposing
https://developer.mozilla.org/en-US/docs/Web/API/Element/compositionend_event

Notice: IE is NOT supported.

@xdan xdan merged commit 6e29f8c into xdan:master Apr 12, 2020
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

Successfully merging this pull request may close these issues.

Japanese input (IME) fails at the first character
2 participants