mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
* Do not close the text editing connection when an input text element is blurred (upon clicking another element on the page) on a desktop browser. keep the current behaviour for mobile browsers * change the unit tests for blur * refocus after blur so that the user can keep inputing text to the TextFormField * skipping failing firefox check. active element didn't get updated in firefox in the automated test. manually checks working