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
I’ve tested xterm.dart with IME(Korean) support and it's not quite working correctly.
In Android,
input texts are printed again when I click carriage return.
src/ui/custom_text_edit.dart: updateEditingValue function is called again with the same text plus new line.
In Android.
For example, if "하이" is entered, updateEditingValue is called twice with "하이" and "하이\n".
In iOS,
combined characters are separated when Korean is entered.
Korean from the server is shown fine as shown in the following screenshot.
The text was updated successfully, but these errors were encountered:
I’ve tested xterm.dart with IME(Korean) support and it's not quite working correctly.
In Android,
input texts are printed again when I click carriage return.
src/ui/custom_text_edit.dart: updateEditingValue function is called again with the same text plus new line.
In Android.
For example, if "하이" is entered, updateEditingValue is called twice with "하이" and "하이\n".
In iOS,
combined characters are separated when Korean is entered.
Korean from the server is shown fine as shown in the following screenshot.
The text was updated successfully, but these errors were encountered: