mirror of
https://github.com/flutter/flutter.git
synced 2026-02-20 02:29:02 +08:00
When calling Unserialize on an AXTreeUpdate, check whether the focus_id has changed. If so, emit a FOCUS_CHANGED event from the event generator. This allows the platform-specific FlutterPlatformNodeDelegate implementations to handle focus changes originating from the framework, and trigger the appropriate operating system focus-changed notifications. Issue: https://github.com/flutter/flutter/issues/77838