-
-
Notifications
You must be signed in to change notification settings - Fork 2.3k
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
Unable to type Chinese with pinyin layout #17523
Labels
Comments
I encountered the same issue on iOS. Seems that only system IME will be affected. |
3 tasks
Fantastic. I'll try it when it's built. |
github-merge-queue bot
pushed a commit
that referenced
this issue
Dec 3, 2024
* fix: add missing ref keyword to CombinedSpan3.CopyFromSpan * fix: fix incorrect indent in IUITextInput.TextInRange and boundary condition for surroundingText --------- Co-authored-by: Max Katz <[email protected]>
maxkatz6
added a commit
that referenced
this issue
Dec 19, 2024
* fix: add missing ref keyword to CombinedSpan3.CopyFromSpan * fix: fix incorrect indent in IUITextInput.TextInRange and boundary condition for surroundingText --------- Co-authored-by: Max Katz <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Describe the bug
When using the pinyin input method to type Chinese characters on iOS, a text box always holds one character which gets replaced with every key press. The character cannot be deleted either.
To Reproduce
nihao
in a text boxrec.webm
Expected behavior
Text box contains
ni hao
, and你好
appears in the keyboard toolbar. When pressed, the Chinese characters then replaceni hao
. See the Safari part in the clip above.Avalonia version
11.3.999-cibuild0053328-alpha
OS
iOS
Additional context
Possibly related to #16956.
The text was updated successfully, but these errors were encountered: