Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Control +option + space bar does not open dropdown when using VoiceOver #5

Open
claudiulodro opened this issue Sep 28, 2017 · 0 comments
Labels

Comments

@claudiulodro
Copy link

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant