You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
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.
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 ?
The text was updated successfully, but these errors were encountered:
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.
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.
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 ?
The text was updated successfully, but these errors were encountered: