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

Fix drag drop accessibility #162

Open
danielrhammond opened this issue May 9, 2019 · 0 comments
Open

Fix drag drop accessibility #162

danielrhammond opened this issue May 9, 2019 · 0 comments

Comments

@danielrhammond
Copy link
Contributor

From internal comment/bug:

iOS assigns accessibilityDragSourceDescriptors and accessibilityDropPointDescriptors to the cell, but doesn't look up the hierarchy from elements to their ancestors to see if drag and drop applies, If this cell were directly isAccessibilityElement = YES then this would not be a problem, but since we're hosting something else which (may be) an accessibility element, we need to find it and copy over the location descriptors so drag&drop applies.

So CollectionViewHostCell needs to set these properties on its host view (and maybe on the child View itself too?)

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

No branches or pull requests

1 participant