Closed
Description
Issue by Hixie
Thursday Jul 23, 2015 at 00:41 GMT
Originally opened as https://github.com/flutter/engine/issues/227
Steps to reproduce:
- Focus a text field.
- Type "aaa".
- Focus another text field.
- Focus the text field from step 1.
- Type "bbb".
The result should be "aaa bbb". However, the "aaa" is discarded by typing "bbb".