-
Notifications
You must be signed in to change notification settings - Fork 30.1k
Closed
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsc: crashStack traces logged to the consoleStack traces logged to the consoleengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.
Description
Environment
iOS 12.1
Language
Chinese
Sample Code
TextField(
maxLength: 2,
)Very easy to reappear,such as input “hh” when use Chinese input method,it will crash without any log in Android Studio
When I input the second "h", the value in the editable_text.dart is this
Then I debug step by step, it crash in platform_messages.dart
Finally I get some log from Mac Controller.app
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P2Important issues not at the top of the work listImportant issues not at the top of the work lista: text inputEntering text in a text field or keyboard related problemsEntering text in a text field or keyboard related problemsc: crashStack traces logged to the consoleStack traces logged to the consoleengineflutter/engine related. See also e: labels.flutter/engine related. See also e: labels.




