Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Test screen reader alerts and keyboard navigation for admin search options #1038

Closed
kimisgold opened this issue Nov 8, 2024 · 7 comments
Closed
Assignees

Comments

@kimisgold
Copy link
Member

kimisgold commented Nov 8, 2024

This issue refers to the admin global search and its toggle-able options panel. There have been recent updates that affect this issue, so please ensure the test installation has the latest from master.

image

Test the following:

  • The user can navigate to the options toggle button and activate it via keyboard.
  • When the button activates, screen readers should read out an "expanded" or "collapsed" status change on the button.
  • When the button is "expanded" the user should be able to tab to the search options panel. Tabbing past the options should land the user on the search submit button.
  • When the button is "collapsed", the options panel should no longer be keyboard accessible. The user should be able to tab between the options and submit buttons.

Please test in Firefox, Chrome, Safari, Edge, and a mobile browser using JAWS, NVDA, Voiceover, and Talkback if possible.

@katknow
Copy link

katknow commented Nov 19, 2024

This is working in every screen reader except for Voiceover on the MacOS. It is, however, working in iOS. I tested it in all browsers listed.

@kimisgold
Copy link
Member Author

What is it doing in Voiceover?

@katknow
Copy link

katknow commented Nov 19, 2024

It is just recognizing it as a button, not reading any of the expand, collapse, or options when you tab through.

@kimisgold
Copy link
Member Author

I'm wondering if it's a Voiceover settings. Do you ever see those options for any other element?

This is what I see. The video does not have audio but does display the screen reader text.

search-options-voiceover.mov

@katknow
Copy link

katknow commented Nov 20, 2024

It may be settings. For me it just says "Search Options. You are currently on a button. To click this button, press Control-Option-Space."

@kimisgold
Copy link
Member Author

I've been working with verbosity set to high in my Voiceover settings.

image

@katknow
Copy link

katknow commented Nov 20, 2024

That was it! Changed the verbosity setting and it is now working as expected.

# for free to join this conversation on GitHub. Already have an account? # to comment
Projects
None yet
Development

No branches or pull requests

2 participants