This repository was archived by the owner on Feb 25, 2025. It is now read-only.
Commit ab25a1e
authored
Prepend the accessibility placeholder (#51050)
Prepends the accesibility placeholder. Previously it was being appended (last child) to the body.
Relevant Issues are:
* Design doc: https://flutter.dev/go/focus-management
* Focus in web multiview: flutter/flutter#137443
* Platform dispatcher changes: #49841
[C++, Objective-C, Java style guides]: https://github.com/flutter/engine/blob/main/CONTRIBUTING.md#style1 parent 9e8ccaa commit ab25a1e
File tree
2 files changed
+3
-2
lines changed- lib/web_ui
- lib/src/engine
- test/engine/platform_dispatcher
2 files changed
+3
-2
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
80 | 80 | | |
81 | 81 | | |
82 | 82 | | |
83 | | - | |
| 83 | + | |
84 | 84 | | |
85 | 85 | | |
86 | 86 | | |
| |||
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
409 | 409 | | |
410 | 410 | | |
411 | 411 | | |
412 | | - | |
| 412 | + | |
413 | 413 | | |
| 414 | + | |
414 | 415 | | |
415 | 416 | | |
416 | 417 | | |
| |||
0 commit comments