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

Bug: Can't use keyboard for navigating paging #2072

Closed
2 tasks done
nickytonline opened this issue Nov 8, 2023 · 3 comments · Fixed by #2073
Closed
2 tasks done

Bug: Can't use keyboard for navigating paging #2072

nickytonline opened this issue Nov 8, 2023 · 3 comments · Fixed by #2073
Assignees
Labels
a11y Issues related to accessibility 🐛 bug Something isn't working released on @beta released

Comments

@nickytonline
Copy link
Member

nickytonline commented Nov 8, 2023

Describe the bug

While working on #1977, I discovered that the paging view I require for the feature is not navigable via keyboard as the page "buttons" are <divs />s and not <button />s.

Steps to reproduce

  1. Go to the deploy preview lists hub, https://deploy-preview-2044--oss-insights.netlify.app/hub/lists
  2. Choose one of your lists.
  3. When the lists overview page loads, click on the Edit List button at the top right.
  4. Scroll down to the bottom of edit list page to the Remove Contributors section.
  5. Use the TAB to navigate the paging.
  6. Notice only the arrow buttons get focus when tabbing.

CleanShot 2023-11-08 at 08 44 39

Browsers

No response

Additional context (Is this in dev or production?)

No response

Code of Conduct

  • I agree to follow this project's Code of Conduct

Contributing Docs

  • I agree to follow this project's Contribution Docs
@nickytonline nickytonline added 🐛 bug Something isn't working a11y Issues related to accessibility labels Nov 8, 2023
@nickytonline nickytonline self-assigned this Nov 8, 2023
Copy link
Contributor

github-actions bot commented Nov 8, 2023

Thanks for the issue, our team will look into it as soon as possible! If you would like to work on this issue, please wait for us to decide if it's ready. The issue will be ready to work on once we remove the "needs triage" label.

To claim an issue that does not have the "needs triage" label, please leave a comment that says ".take". If you have any questions, please reach out to us on Discord or follow up on the issue itself.

For full info on how to contribute, please check out our contributors guide.

Copy link
Contributor

open-sauced bot commented Nov 8, 2023

🎉 This issue has been resolved in version 1.74.1-beta.5 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

Copy link
Contributor

open-sauced bot commented Nov 9, 2023

🎉 This issue has been resolved in version 1.75.0 🎉

The release is available on GitHub release

Your semantic-release bot 📦🚀

@open-sauced open-sauced bot added the released label Nov 9, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
a11y Issues related to accessibility 🐛 bug Something isn't working released on @beta released
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant