The incorrect cursor position when entering Korean text.
Flutter web: This issue has been reported as a Flutter TextField input bug. Many bugs have been reported for two-byte languages. I'm not sure if this is one of those bugs. Is there a way to improve this?
https://github.com/fleather-editor/fleather/assets/49754877/0fd76030-1f57-4c49-ba07-a51353d53ed5
Thanks for creating the issue. Is this happening with Flutter's own TextField widget too? @Patrick386
Thanks for creating the issue. Is this happening with Flutter's own TextField widget too? @Patrick386
The following video illustrates the issue currently present in the TextField. It can be easily reproduced, and it has not been resolved yet.
https://github.com/fleather-editor/fleather/assets/49754877/508ef7cd-71db-44ea-ae92-711d28b0594d
It looks like a bug in Flutter, and I'm afraid we can't do anything on Fleather's side. There was an issue, but they closed it as they found it to be unreproducible. I encourage you to open a new issue in Flutter's repository with exact steps and sample code to reproduce it using Flutter's TextField. @Patrick386