Skip to content
This repository has been archived by the owner on Jun 13, 2024. It is now read-only.

[BottomAppBar Demo] Ensured fab is traversed before bottomAppBar buttons by accessibility… #837

Merged
merged 6 commits into from
Dec 13, 2022

Conversation

harperl-lgtm
Copy link
Contributor

@harperl-lgtm harperl-lgtm commented Dec 6, 2022

This PR made sure that in BottomAppBar demo the FAB is traversed before BottomAppBar buttons by accessibility focus, which is more intuitive considering that FAB is always above the BottomAppBar buttons.

Issues fixed:
[b/238426806]

BottomAppBar.mp4

Pre-launch Checklist

  • I read the Contributor Guide and followed the process outlined there for submitting PRs.
  • I read the Tree Hygiene wiki page, which explains my responsibilities.
  • I read the Flutter Style Guide recently, and have followed its advice.
  • I signed the CLA.
  • I listed at least one issue that this PR fixes in the description above.
  • I updated/added relevant documentation (doc comments with ///).
  • I added new tests to check the change I am making, or this PR is test-exempt.
  • All existing and new tests are passing.

If you need help, consider asking for advice on the #hackers-new channel on Discord.

lib/demos/material/bottom_app_bar_demo.dart Outdated Show resolved Hide resolved
pubspec.lock Outdated Show resolved Hide resolved
@esouthren
Copy link

LGTM - but can we test this in some way? A verification screencast of the accessibility focus now working as intended would be great.

Copy link

@esouthren esouthren left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

image

Thanks for adding the screen recording!

@harperl-lgtm harperl-lgtm dismissed guidezpl’s stale review December 13, 2022 14:19

Addressed changes through new commit

@harperl-lgtm harperl-lgtm merged commit f62712c into flutter:main Dec 13, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants