moroshko / react-autosuggest

WAI-ARIA compliant React autosuggest component

Home Page:http://react-autosuggest.js.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NVDA accessibility double-speaks "list" on opening dropdown window

jlangr opened this issue · comments

Under windows, with the NVDA app (free download) running, using your page with examples (e.g. "BASIC"):

  • After typing the letter c
  • Once the dropdown window appears
  • When either clicking arrow-down or hovering the mouse below, NVDA speaks "list" twice, i.e. "list list."

I can confirm the issue.

I think this happens because of the groupings

Here is the list I have:
image

And here is the DOM

Screenshot 2022-10-04 at 13 55 06

So there is no surprise that NVDA reads "list" twice but the firstrole=listbox should probably not be there. Does anyone have an idea?