-
-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
[Bug] Chinese input method is not supported well in Windows #1756
Comments
Thanks for reporting. |
@chenyukang 而且输入法候选框不能正确的跟随光标位置,这个好像是Flutter一直存在的硬伤 |
@annieappflowy Has It been fixed? This bug is so annoying that I can't work |
Hi @jwcen , this is a known issue, but we have no control over it. We've reported it to the Google Flutter team: flutter/flutter#113909 (comment), which has not been fixed. Waiting on the fix, we are working on the web app using a different framework, which won't have any issues typing in simplified or traditional Chinese characters. |
Just happend to find this issue flutter/flutter#113909 (comment) has been closed this as completed. FYI. :-) |
Thanks @leenzhu for the heads-up. Checking |
Looking forward to the next release to fix this bug! |
Hello the issue closed in flutter/flutter#113909 (comment) was related to a similar issue on Linux. I don't think this will solve this issue on Windows. I would be interested in knowing more about this issue so I can help solve it if possible. I am unable to reproduce this issue on the flutter/samples demo of TextEditingDeltas. https://github.com/flutter/samples/tree/main/simplistic_editor using |
Thanks @Renzo-Olivares for following up with us. We're still checking. Will update on this thread |
Fixed. Please give it a try with the latest release and let us know if you run into any issues. |
0.3.7 on ubuntu 23.04 with fctix5 .the same issues |
0.4.0 on ubuntu 23.04 with fcitx5 . the same issues! |
0.53再次出现错误,使用微软输入法正常输入,使用其他输入法会出现错误,但在一行开头加入空格之后,就会正常输入。 |
Bug Description
I can not input Chinese words correctly in Microsoft Pinyin (verified on full-pinyin and Double pinyin).
I remember Obsidian has similiar issue, which caused by CodeMirror, update to CodeMirror 6.0 resolved it.
https://forum.obsidian.md/t/chinese-ime-issues-in-windows-1909/30018/9
Not sure whether AppFlowy uses CodeMirror, this issue seems more serious, since we can not input anything in Chinese.
How to Reproduce
Open any document and begin to type in Pinyin.
Expected Behavior
Input correctly.
Operating System
Windows 11 Enterprise
AppFlowy Version(s)
v0.0.9.1
Screenshots
No response
Additional Context
No response
The text was updated successfully, but these errors were encountered: