nvda icon indicating copy to clipboard operation
nvda copied to clipboard

Positions of items in HTML dropdowns are not read

Open MRayermannMSFT opened this issue 5 years ago • 9 comments

Steps to reproduce:

  1. Create a dropdown in HTML by using <select>, example:
<body>
  <select role="combobox">
      <option value="Option 1">Option 1</option>
      <option value="Option 2">Option 2</option>
      <option value="Option 3">Option 3</option>
    </select>
</body>
  1. Focus the dropdown and move through the items, either with our without expanding the dropdown

Actual behavior:

NVDA simply reads the text of each item.

Expected behavior:

NVDA not only reads the text of each item, but it should also say what index each item is. So for my example, it might say "Option 2, 2 of 3"

System configuration:

Windows 10 Chrome

NVDA Installed/portable/running from source:

Installed

NVDA version:

2018.2.1

Windows version:

10.0.17134 Build 17134

Name and version of other software in use when reproducing the issue:

Chrome, 68.0.3440.75

Other information about your system:

N/A

Other questions:

N/A

Does the issue still occur after restarting your PC?

Yes

Have you tried any other versions of NVDA?

No, but I recall this working back in 2017, so if someone has a link to a 2017 version of NVDA I'd like to try it out. 😄

MRayermannMSFT avatar Jul 30 '18 16:07 MRayermannMSFT