selectize / selectize.js

Selectize is the hybrid of a textbox and <select> box. It's jQuery based, and it has autocomplete and native-feeling keyboard navigation; useful for tagging, contact lists, etc.
https://selectize.dev/
Apache License 2.0
13.03k stars 3.57k forks source link

Screen reader is not announcing the options information of combo edit fields available under dropdown #2120

Open msftedad opened 4 months ago

msftedad commented 4 months ago

Welcome to the Selectize bug tracker. Thank you for taking the time to make Selectize a better library!

Please keep in mind this repository has an important issue backlog and that maintainers have limited time to fix issues, triage, and understand them.

If you've never done so, please read the guide to reporting issues in the Wiki to help us better understand your issue.

Place an x in the checklist steps ([ ] becomes [x]) to demonstrate you have done/verified all the steps you needed to do.

Thank you for reading this! You can now erase everything up to the following dashes, and then complete what's after.

ISSUES THAT EITHER:

COULD BE CLOSED.


I did:

[replace me with a short description of issue]

Steps to reproduce:

  1. Launch URL: Dropdown header | Selectize on Chrome browser.
  2. Home page appears.
  3. Navigate to selectize plugin demos on left and expand
  4. Navigate to dropdown header and press enter
  5. Turn on screen reader and navigate through dropdown option

Expected result: Screen reader should announce the options information of combo edit fields. EX: Screen readers should announce the focused combo list item/ option information like 'awesome 1 of 5" while navigating on the options.

Actual result: Screen reader is not announcing the options information of combo edit fields (like 'awesome', 'beast', 'compatible' 'nikola'.., available under 'Create allocation' dialog. Observation: Screen Readers (Narrator) remain silent while navigating on the options/ combo box list items, NVDA announce as blank

MAS1 3 1_Selectize

[you can add explanations here of the context/what you were trying to do, and if you have findings about what the cause might be]

github-actions[bot] commented 6 days ago

This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days

msftedad commented 3 days ago

As this issue is still repro'ing, Could you please provide an ETA to fix this issue.