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

[web] text fields missing ARIA label when navigating using Tab key #146854

Closed
yjbanov opened this issue Apr 16, 2024 · 2 comments
Closed

[web] text fields missing ARIA label when navigating using Tab key #146854

yjbanov opened this issue Apr 16, 2024 · 2 comments
Labels
a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) P2 Important issues not at the top of the work list platform-web Web applications specifically team-web Owned by Web platform team triaged-web Triaged by Web platform team

Comments

@yjbanov
Copy link
Contributor

yjbanov commented Apr 16, 2024

Text fields missing ARIA label when navigating using Tab key. In the semantics tree the text field is represented by its own input element with an ARIA label applied. However, text_editing.dart that kicks in when using the Tab key does not apply the ARIA label. This leads to the screen reader reading "edit, blank" with NVDA on Windows or "edit text, blank" with VoiceOver on macOS.

@yjbanov yjbanov added a: accessibility Accessibility, e.g. VoiceOver or TalkBack. (aka a11y) platform-web Web applications specifically P2 Important issues not at the top of the work list team-web Owned by Web platform team triaged-web Triaged by Web platform team labels Apr 16, 2024
@yjbanov
Copy link
Contributor Author

yjbanov commented Apr 17, 2024

NVM, looks like the user was testing with semantics off.

@yjbanov yjbanov closed this as completed Apr 17, 2024
Copy link

github-actions bot commented May 1, 2024

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 May 1, 2024
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) P2 Important issues not at the top of the work list platform-web Web applications specifically team-web Owned by Web platform team triaged-web Triaged by Web platform team
Projects
None yet
Development

No branches or pull requests

1 participant