JedWatson / JedWatson/react-select

[Async Select] The option items in the drop down list can not be accessed with Voice Access

Open
#5,944 0 comments 0 reactions 0 assignees View on GitHub

Nobody has claimed this yet.

issue/bug-unconfirmed
Dominant language
TypeScript
Stars
28k
Forks
4.1k
PR merge metrics
No merged PRs in 30d

Description

Here is the repro steps for this bug(On Windows 11):
1.Go to the example page of Async Select: https://codesandbox.io/s/c48ltc?module=/example.tsx&file=/example.tsx
2.Open the Voice Access in the System Setting of Windows(Setting-Accessibility-Speech-Voice Access) and active it.
3.Open the drop down list of the select control on the example page.
4.Use "Show numbers" command to mark all the interactive element on current page.
5.Read the number mark of a item in the drop down list, and observe the action.

Actual result: The drop down list will be closed but no item was chosen.

Expected result: The item with number mark you read should be selected as the value for this select.

Pic:
1.Use 'Show numbers' command to mark the element:
image
image
2.Read the number mark ''86" to choose the "Red" item in the drop down list but nothing was chosen:
image
image

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Research direction

Start with the Async Select example at the linked CodeSandbox example.tsx and reproduce the issue on Windows 11 using Voice Access and the “Show numbers” command. Trace the Async Select entry point after confirming that choosing a numbered option closes the list without selecting it; done means Voice Access selects the announced option and existing selection behavior still works.

Written by the indexing model from the issue text.

Assessment

Tech stack
react, typescript
Domain
accessibility, frontend
Issue type
Bug
Difficulty
3/5
Estimated time
1-2 days
Activity status
Stale
Clarity
Clearly specified
Newbie friendliness
48/100

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.