surveyjs / survey-library

Free JavaScript form builder library with integration for React, Angular, Vue, jQuery, and Knockout.
https://surveyjs.io/form-library
MIT License
4.21k stars 814 forks source link

Dropdown - VoiceOver doesn't read a list of drop-down items while navigating through items in a drop-down list #7882

Closed JaneSjs closed 8 months ago

JaneSjs commented 9 months ago

The issue is reported at T16900 - Accessibility issues https://surveyjs.answerdesk.io/internal/ticket/details/T16900.

However, note that NVDA reads drop-down items. Perhaps, the issue is specific to VoiceOver.

image

dmitry-kurmanov commented 8 months ago

https://github.com/tailwindlabs/headlessui/issues/2129 https://stackoverflow.com/questions/57923491/screen-reader-is-not-reading-options-of-the-custom-drop-down https://forums.developer.apple.com/forums/thread/706788 https://js.devexpress.com/React/Demos/WidgetsGallery/Demo/DropDownBox/MultipleSelection/MaterialBlueLight/ https://js.devexpress.com/React/Demos/WidgetsGallery/Demo/SelectBox/Overview/MaterialBlueLight/

JaneSjs commented 8 months ago

Upon the research, we determined that the VoiceOver cannot read drop-down items because of the issue reported at # Accessibility issue with MacOS Voiceover support for editable Combobox with grid popup in safari. Unfortunately, we cannot address this issue at the level of our drop-down component.