Fix drag drop accessibility
Nobody has claimed this yet.
Assessment
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Newbie friendliness
- 35/100
- Issue type
- Bug
- Clarity
- Mostly clear
- Activity status
- Stale
- Tech stack
- ios, swift
- Domain
- accessibility, mobile
Research direction
Start by locating CollectionViewHostCell and inspect how it hosts the view or child View. Verify how iOS drag-and-drop accessibility descriptors are currently assigned, then ensure the relevant host and child elements expose the needed descriptors so drag and drop applies; confirm behavior with the project's existing tests or accessibility checks if available.
Written by the indexing model from the issue text.
Description
From internal comment/bug:
iOS assigns
accessibilityDragSourceDescriptorsandaccessibilityDropPointDescriptorsto 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 directlyisAccessibilityElement = YESthen 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?)
- Dominant language
- Swift
- Stars
- 113
- Forks
- 19
- PR merge metrics
- No merged PRs in 30d
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
More from dropbox/pilot
-
Difficulty 2/5 1-3 hours Newbie friendliness 65/100
-
Difficulty 4/5 3-5 days Newbie friendliness 35/100
-
Difficulty 5/5 Over a week Newbie friendliness 25/100
-
enhancement
Similar issues
-
enhancement
Difficulty 2/5 1-3 hours Newbie friendliness 68/100
-
type: docs
Difficulty 1/5 Under an hour Newbie friendliness 95/100
googleapis/google-cloud-swift#971 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 76/100
bitcoindevkit/bdk-ffi#1125 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 72/100
mozilla-mobile/firefox-ios#35743 ·
-
Difficulty 2/5 1-3 hours Newbie friendliness 84/100
manaflow-ai/cmux#13417 ·