Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Dropdown button in pickers demo doesn't have a sufficient tap target size for accessibility. #21578

Closed
jonahwilliams opened this issue Sep 7, 2018 · 1 comment · Fixed by #21693
Labels
a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) customer: gallery Relating to flutter/gallery repository. Please transfer non-framework issues there.

Comments

@jonahwilliams
Copy link
Member

jonahwilliams commented Sep 7, 2018

This might effect all dropdown buttons All that needs to be done is ensure that semantics are merged properly, since it appears that there should be enough room in the button to support this.

Otherwise we will need to add exterior padding with materialTapTargetSize flag.

EDIT:
The button in question is a custom implementation.

@jonahwilliams jonahwilliams added customer: gallery Relating to flutter/gallery repository. Please transfer non-framework issues there. a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) easy fix labels Sep 7, 2018
@github-actions
Copy link

github-actions bot commented Sep 2, 2021

This thread has been automatically locked since there has not been any recent activity after it was closed. If you are still experiencing a similar issue, please open a new bug, including the output of flutter doctor -v and a minimal reproduction of the issue.

@github-actions github-actions bot locked as resolved and limited conversation to collaborators Sep 2, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) customer: gallery Relating to flutter/gallery repository. Please transfer non-framework issues there.
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant