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

Korean / Japanise Text #923

Closed
wise-coders opened this issue Apr 14, 2020 · 2 comments · Fixed by #985
Closed

Korean / Japanise Text #923

wise-coders opened this issue Apr 14, 2020 · 2 comments · Fixed by #985

Comments

@wise-coders
Copy link

wise-coders commented Apr 14, 2020

Typing Korean or Japanise text a special popup is showing on top/right. Look this screenshot.
In this case typing 'wk' results in a single language character.

image

This behavior is different in the standard JavaFx components, like TextArea. Here no pop-up is shown, the character is edited directly in the TextArea.

image

Do you know, can be this changed in RichText area (that typing asian characters is done directly in the editor, not in the pop-up ) _

Also looking in Java, this behavior seems to be related to KeyTyped vs KeyPressed. Do you know how Java handle this ?

@xulihang
Copy link
Contributor

Hi, I am working with CJK input methods as well.

See the related issues: #980

@wise-coders
Copy link
Author

I hope on the latest version this works now fine. We had some fixes. Thank you for closing the issue and for your feedback.

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 a pull request may close this issue.

2 participants