[Web]The wrong position of the input box will block the edit area #661
Unanswered
HUA616436641
asked this question in
Web
Replies: 1 comment 1 reply
-
The same problem is now with using the pinyin input IME on the windows platform. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My issue is about [Web]
Reproduce step:
upgrade to latest stable version (2.8.1)
flutter pub get
flutter run
I found that the font style and height of the textarea are wrong.
I try to fix it by call
_textInputConnection!.setStyle
in raw_editor_state_text_input_client_mixin.dart.The position is slightly corrected, but not completely.Beta Was this translation helpful? Give feedback.
All reactions