flutter/dev/integration_tests/flutter_gallery/test
Greg Spencer d68e05bf36
Reland: Request focus if accessibility focus is given to a Focus widget (#142942) (#149840)
## Description

This attempts to re-land #142942 after being reverted in https://github.com/flutter/flutter/pull/149741 because it broke the iOS [platform view UI integration test](https://github.com/flutter/flutter/blob/master/dev/integration_tests/ios_platform_view_tests/ios/PlatformViewUITests/PlatformViewUITests.m?rgh-link-date=2024-06-06T19%3A47%3A27Z).

The changes here from the original are that in the Focus widget we no longer set the `onFocus` for the `Semantics` if the platform is iOS.  It was not intended to do anything on iOS anyhow.

Also, I updated the matchers to not actually do anything yet with the SemanticsAction.focus matching, so that this can be landed without breaking customer tests, and once they have been updated to correctly look for the focus action, we can land a PR that will turn it on.

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

## Tests
 - Updated framework tests to look for the appropriate things using the matchers, even though it doesn't actually test for them yet.
2024-06-12 20:05:10 +00:00
..
calculator Remove uses of deprecated test_api imports (#124732) 2023-04-20 20:55:28 +00:00
demo Reland: Request focus if accessibility focus is given to a Focus widget (#142942) (#149840) 2024-06-12 20:05:10 +00:00
accessibility_test.dart Dev, examples/api, etc updated for Material 3 by default (#129683) 2023-06-28 09:41:58 -07:00
drawer_test.dart Making TextPainter rounding hack disabled by default (#132094) 2023-08-10 00:30:52 +00:00
example_code_display_test.dart Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00
example_code_parser_test.dart Revert "Speed up first asset load by encoding asset manifest in binary rather than JSON (#113637)" (#116662) 2022-12-07 17:29:05 +00:00
flutter_test_config.dart Improve tracing (#93086) 2021-12-10 10:09:24 -08:00
live_smoketest.dart Improve slider's value indicator display test (#139198) 2023-12-11 17:34:21 +00:00
pesto_test.dart Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00
simple_smoke_test.dart Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00
smoke_test.dart Stand-alone widget tree with multiple render trees to enable multi-view rendering (#125003) 2023-07-17 16:14:08 +00:00
update_test.dart Unify analysis options (#108462) 2022-07-28 09:07:49 -07:00