-
Notifications
You must be signed in to change notification settings - Fork 29.7k
Closed
Labels
a: 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 console
Description
Issue by kyorohiro
Sunday Oct 18, 2015 at 04:42 GMT
Originally opened as https://github.com/flutter/engine/issues/1662
show software keyboard and push delete key, then crash application
[source]
import 'package:flutter/widgets.dart';
import 'package:flutter/services.dart';
main() async {
EditableString st= new EditableString(text: "test:", onUpdated: () {});
keyboard.show(st.stub, KeyboardType.TEXT);
}
[senario]
- run applicatioon on nexus7
https://github.com/kyorohiro/hello_skyengine/tree/master/edit_text_2
--> show software keyboard - push delete key
Metadata
Metadata
Assignees
Labels
a: 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 console