You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Control +option + space bar command is not working to open the list of choices. VoiceOver users normally use this combination to open select inputs. On the other hand, using the Enter key does open the select input.
I've investigated this one extremely thoroughly. It may not be possible.
When you press "ctrl + option + space" and VoiceOver is active it intercepts the key events from the browser and sends whatever type of event VoiceOver wants to the currently focused element.
In SelectWoo/2, the focused combobox element is a span, and VoiceOver sends no events to it. This makes it impossible to trigger the dropdown to open.
The text was updated successfully, but these errors were encountered:
I've investigated this one extremely thoroughly. It may not be possible.
When you press "ctrl + option + space" and VoiceOver is active it intercepts the key events from the browser and sends whatever type of event VoiceOver wants to the currently focused element.
In SelectWoo/2, the focused combobox element is a
span
, and VoiceOver sends no events to it. This makes it impossible to trigger the dropdown to open.The text was updated successfully, but these errors were encountered: