Skip to content

show software keyboard and push delete key, then crash application #208

@FlutterIssues

Description

@FlutterIssues

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]

  1. run applicatioon on nexus7
    https://github.com/kyorohiro/hello_skyengine/tree/master/edit_text_2
    --> show software keyboard
  2. push delete key

Metadata

Metadata

Assignees

Labels

a: text inputEntering text in a text field or keyboard related problemsc: crashStack traces logged to the console

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions