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

Make the context menu a modal for accessibility #30

Closed
BasThomas opened this issue Jul 20, 2018 · 0 comments
Closed

Make the context menu a modal for accessibility #30

BasThomas opened this issue Jul 20, 2018 · 0 comments
Labels
question Further information is requested

Comments

@BasThomas
Copy link
Collaborator

https://developer.apple.com/documentation/objectivec/nsobject/1615089-accessibilityviewismodal

This will make sure VoiceOver does not try to access elements behind the context menu.

We will need to take care of allowing the context menu to be dismissed; at a minimum with the Z-gesture. Enabling to tap outside the view would also be appreciated.

@BasThomas BasThomas added the question Further information is requested label Jul 20, 2018
@BasThomas BasThomas added question Further information is requested and removed question Further information is requested labels Feb 24, 2019
@BasThomas BasThomas self-assigned this Mar 9, 2019
@BasThomas BasThomas removed their assignment Nov 19, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Development

Successfully merging a pull request may close this issue.

1 participant