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

[data grid] When deleting a row on the Data Grid using keyboard, the focus after deleting should go to the next line #14993

Open
joserodolfofreitas opened this issue Oct 16, 2024 · 2 comments
Labels
accessibility a11y bug 🐛 Something doesn't work component: data grid This is the name of the generic UI component, not the React module! feature: Editing Related to the data grid Editing feature

Comments

@joserodolfofreitas
Copy link
Member

joserodolfofreitas commented Oct 16, 2024

Summary

When we delete one line with the delete button, focus should be moved on the first cell of the next line

Reported by iValua accessibility report.

Steps to reproduce

Caveats

They haven't provided a reproduction case, so I'm guessing the problem is when using action buttons, which is not a direct responsibility of the Data Grid, and if that's the case, how could we solve it?

Search keywords:

@joserodolfofreitas joserodolfofreitas added bug 🐛 Something doesn't work accessibility a11y component: data grid This is the name of the generic UI component, not the React module! feature: Editing Related to the data grid Editing feature labels Oct 16, 2024
@joserodolfofreitas
Copy link
Member Author

@abdermaiza, could you please confirm the steps to reproduce this? Does it indeed involve using the action button?

@joserodolfofreitas joserodolfofreitas changed the title [data grid] When deleting a row on the Data Grid using a keyboard, the focus after deleting should go to the next line [data grid] When deleting a row on the Data Grid using keyboard, the focus after deleting should go to the next line Oct 16, 2024
@abdermaiza
Copy link

I confirm, we just need to move the focus on the next line, after deleting the line.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
accessibility a11y bug 🐛 Something doesn't work component: data grid This is the name of the generic UI component, not the React module! feature: Editing Related to the data grid Editing feature
Projects
Status: 🆕 Needs refinement
Development

No branches or pull requests

2 participants