[BUG] - The IME of the Chinese input method is not in the right position in windows.
Package Version Flutter 3.27.4 • channel stable • https://github.com/flutter/flutter.git Framework • revision d8a9f9a52e (3 weeks ago) • 2025-01-31 16:07:18 -0500 Engine • revision 82bd5b7209 Tools • Dart 3.6.2 • DevTools 2.40.3
super_editor: The latest version in github.
User Info When using the Chinese input method, the IME should be below the focus, not in the upper left corner of the editor
https://github.com/user-attachments/assets/d4a8eb8e-f933-4d42-9add-43fccdc5cc49
@leavky Can you confirm this works on Flutter's default TextField? I believe I bug some time ago where it wasn't positioned at the caret position, but I couldn't find the issue ticket.
@leavky Can you confirm this works on Flutter's default TextField? I believe I bug some time ago where it wasn't positioned at the caret position, but I couldn't find the issue ticket.
work well on Flutter's default TextField,super_editor have this problem, but appflowy-editor work well,so i use appflowy-editor now.