omeka/Omeka

Test screen reader alerts and keyboard navigation for admin search options

Closed this issue · 7 comments

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.

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.

What is it doing in Voiceover?

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

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

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."

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

image

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