flutter/packages/flutter_test/lib
auto-submit[bot] ec9965bd89
Reverts "Request focus if SemanticsAction.focus is sent to a focusable widget (#142942)" (#149741)
Reverts: flutter/flutter#142942
Initiated by: zanderso
Reason for reverting: Seems to have affected iOS platform view focus: https://ci.chromium.org/ui/p/flutter/builders/prod/Mac_ios%20native_platform_view_ui_tests_ios/10626/overview
Original PR Author: gspencergoog

Reviewed By: {yjbanov, goderbauer, chunhtai}

This change reverts the following previous change:
## Description

This causes the `Focus` widget to request focus on its focus node if the accessibility system (screen reader) focuses a widget via the `SemanticsAction.focus` action.

## Related Issues
 - https://github.com/flutter/flutter/issues/83809

## Tests
 - Added a test to make sure that focus is requested when `SemanticsAction.focus` is sent by the engine.
2024-06-05 14:54:18 +00:00
..
fix_data Reland: Update link branches to main (#146882) 2024-04-17 13:16:33 +00:00
src Reverts "Request focus if SemanticsAction.focus is sent to a focusable widget (#142942)" (#149741) 2024-06-05 14:54:18 +00:00
flutter_test.dart flutter test --wasm support (#145347) 2024-03-21 20:08:07 +00:00