flutter/dev/manual_tests/lib
Greg Spencer e4a39fa2ed
Add applyFocusChangeIfNeeded, have menus restore focus before activating (#130536)
## Description

This modifies the `MenuAnchor` `onPressed` activation to delay until after the current frame is built, and resolve any focus changes before it invokes the `onPressed`, so that actions that operate on the `primaryFocus` can have a chance of working on the focused item they were meant to work on.

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

## Tests
 - No tests yet (hence draft still)
2023-07-20 22:11:20 +00:00
..
actions.dart Enable unreachable_from_main lint - it is stable now!!1 (#129854) 2023-07-06 00:09:01 +00:00
animated_icons.dart Prepare more of dev for use_super_parameters (#101073) 2022-03-30 14:05:05 -07:00
card_collection.dart Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
color_testing_demo.dart remove unused members in executable libs (#107464) 2022-07-12 21:41:08 +00:00
density.dart Replaces textScaleFactor with TextScaler (#128522) 2023-07-17 17:56:07 +00:00
drag_and_drop.dart Make Flex,Row,Column const for real (#119673) 2023-02-02 19:33:57 +00:00
focus.dart Make Flex,Row,Column const for real (#119673) 2023-02-02 19:33:57 +00:00
hover.dart Deprecate 2018 text theme parameters (#109817) 2022-08-22 20:00:34 +00:00
main.dart Add Linux and Windows target platforms (#51519) 2020-03-03 04:38:04 -08:00
material_arc.dart Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00
menu_anchor.dart Add applyFocusChangeIfNeeded, have menus restore focus before activating (#130536) 2023-07-20 22:11:20 +00:00
overlay_geometry.dart Add maybeOf for all the cases where of returns nullable. (#114120) 2022-10-31 23:09:09 +00:00
page_view.dart Prepare more of dev for use_super_parameters (#101073) 2022-03-30 14:05:05 -07:00
raw_keyboard.dart Remove unnecessary null checks in dev/*_tests (#118844) 2023-01-21 01:36:12 +00:00
star_border.dart Sync analysis_options.yaml & cleanups (#117327) 2022-12-20 14:15:39 -08:00
text.dart Remove 1745 decorative breaks (#123259) 2023-03-22 21:12:22 +00:00