-
Notifications
You must be signed in to change notification settings - Fork 7
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
Existing Issue: Datagrid checkboxes should not capture tab focus #87
Comments
We allow keyboard users to resize columns by tabbing to the column separator and using the arrow keys. If tab jumps out of the grid, that won't work anymore. |
Fun related issue:
|
I have to disagree. The checkbox is a standard control, it's not datagrid custom control. We can't take it out of tab order easily. We do transfer focus to it when using arrow keys, but taking it out of the tab sequence does not seem right to me. Also, the provided examples link (https://www.w3.org/WAI/ARIA/apg/example-index/grid/dataGrids) does not contain data grids with checkboxes About Kevin's comment, yes this is a minor bug we may consider fixing. The key-nav service does not reinitialize its index on manual focus of an in-content input. |
I think Amy is correct here. The tab key should not force keyboard users to tab through each row in the grid to get out of it. The W3 guidelines support this bug report as well.
|
In ideal world, I agree this is best. But should we only do it for our own generated controls, or for user content too? |
Tab should not jump to the next datagrid checkbox, instead it should jump out of the grid
From Amy Li
The text was updated successfully, but these errors were encountered: