8.0 b64. Copy some Thai characters to TextArea/TextFiled, check caret movement when pressing LEFT and RIGHT keys.
The is an issue that the caret stop for a while at the complex characters. For example, "���������" is a complex character, it includes 3 separate characters, then it needs to press arrow key 3 time to move to next character. But for JDK or native apps, it only need to press arrow key once.
Deleting(by DELETE key, deletes characters after caret) characters also behaves different from JDK and native apps. for "���������", native apps delete it by pressing DELETE once, JDK deletes it by pressing DELETE 3 times, but during deletion, the remain characters will be expanded to separate characters. JavaFX deletes each part on the spot, also needs 3 times.