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

ColumnHider button is no longer a tab stop #1426

Closed
edhager opened this issue Aug 15, 2018 · 0 comments · Fixed by #1453
Closed

ColumnHider button is no longer a tab stop #1426

edhager opened this issue Aug 15, 2018 · 0 comments · Fixed by #1453

Comments

@edhager
Copy link
Member

edhager commented Aug 15, 2018

When I fixed some problems with the column hider button disappearing for #1372 in 4da0f2a but I caused an accessibility problem. The button is no longer a tab stop because I changed it from a <button> to a <div>.

msssk added a commit to msssk/dgrid that referenced this issue Apr 3, 2020
* set role="button" and tabindex="0" on DOM node
* add keydown handler for enter and space on node to toggle menu

Fixes SitePen#1426
msssk added a commit to msssk/dgrid that referenced this issue Apr 3, 2020
* set role="button" and tabindex="0" on DOM node
* add keydown handler for enter and space on node to toggle menu

Fixes SitePen#1426
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant