table_calendar icon indicating copy to clipboard operation
table_calendar copied to clipboard

Focus Tab traversal - keyboard accessibility

Open pgrzywa92 opened this issue 1 year ago • 2 comments

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 avatar Aug 25 '23 08:08 pgrzywa92

Any work on this?

niteshsh4rma avatar Dec 20 '23 14:12 niteshsh4rma

Is there any news?

arctouch-celiogonzaga avatar Jul 19 '24 19:07 arctouch-celiogonzaga