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

Pagination: Screenreader issues #1557

Open
silvalaura opened this issue Nov 14, 2024 · 0 comments
Open

Pagination: Screenreader issues #1557

silvalaura opened this issue Nov 14, 2024 · 0 comments
Labels
a11y Issues related to accessibility bug Something isn't working testathon

Comments

@silvalaura
Copy link
Collaborator

Unexpected behavior when using a screen reader:

Steps to reproduce problem 1

  • Open Pagination;
  • Turn on the screen reader;
  • Select the classic Pagination;
  • Set more than 7 active items (count);
  • Focus on the 5th item (before dots) using a keyboard;
  • Press the Right arrow;
  • Notice that the screen reader announces 'dot dot dot'. Furthermore, to select the next element, you must press the Right arrow 3 times (through all dots).

Note:
Works with the Left arrow as well.

--

Steps to reproduce problem 2

  • Open Pagination;
  • Turn on the screen reader;
  • Select the classic Pagination;
  • Focus on the last item using a keyboard;
  • Press the Right arrow;
  • Notice that the screen reader announces some letters. Also, focus is lost, to get back, you must press the Left arrow after passing all the “invisible items” backwards.

Note:
Works with the Left arrow for the first item as well.

--

Steps to reproduce problem 3

Note:
If you turn on a screen reader, the focus will move as expected.

--

The screen reader doesn't read the expanded list.

Steps to reproduce problem 4

  • Open Pagination;
  • Turn on the screen reader;
  • Select simple pagination;
  • Focus on it using a keyboard;
  • Press Enter/Space to expand it;
  • Navigate through the expanded list using Top/Bottom arrows;
  • Notice that the screen reader doesn't read expanded items. (It will read only Page number {selectedNumber} of {maxNumber} pages selected)
@silvalaura silvalaura added the bug Something isn't working label Nov 14, 2024
@silvalaura silvalaura added testathon a11y Issues related to accessibility labels Nov 14, 2024
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 testathon
Projects
Status: To Do
Development

No branches or pull requests

1 participant