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

IME input is not correct (too many insertions into the editor) #18

Open
rocketraman opened this issue Aug 27, 2015 · 1 comment
Open

Comments

@rocketraman
Copy link
Contributor

(Reported by user @Yixi)

When typing IME input e.g. "zhongwen" with Chinese Pinyin IME, the input into the editor is incorrect. IME input "zhongwen" should output "中文" in the editor.

@rocketraman
Copy link
Contributor Author

Ritzy uses React synthetic events as its input system, and React does not correctly deal with IME input. The onChange event for the input is firing before the IME input is complete. See facebook/react#3926.

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

No branches or pull requests

1 participant