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

Focus Tab traversal - keyboard accessibility #820

Open
pgrzywa92 opened this issue Aug 25, 2023 · 1 comment
Open

Focus Tab traversal - keyboard accessibility #820

pgrzywa92 opened this issue Aug 25, 2023 · 1 comment
Labels
enhancement New feature or request

Comments

@pgrzywa92
Copy link

pgrzywa92 commented Aug 25, 2023

For now, I cannot implement a full keyboard accessibility application because table_calendar does not support a focus system, especially a tab traversal policy.
Now when I press the tab key on the keyboard I can pass through my widgets but the calendar are skipped because it doesn't support the focus system.

It would be great if you would implement tab traversal and focus policy in your features. Regarding to Flutter rules:
Understanding Flutter's keyboard focus system
Changing GestureDetector to InkWell or wrapping some widgets in the Focus widget may help to achieve focus/tab traversal working.

The same situation is for screen readers. Wrapping some widgets in the Semantics widget would also help in this.

@pgrzywa92 pgrzywa92 added the enhancement New feature or request label Aug 25, 2023
@niteshsh4rma
Copy link

Any work on this?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants