Crash when scrolling through timeline with VoiceOver #290
Labels
No Milestone
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: shadowfacts/Tusker#290
Loading…
Reference in New Issue
No description provided.
Delete Branch "%!s(<nil>)"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
I'm not sure I can do anything about this, it looks like the accessibility runtime is making an invalid index path and trying to scroll to it:
https://sentry.io/organizations/vaccor/issues/3726224210/events/426ada8d30f2484180bb365ebbe24149/?project=4504073011527680&query=is%3Aunresolved&referrer=previous-event
Unfortunately, this is happening frequently enough that it needs a workaround.
I think subclassing UICollectionView and noop-ing
-[UICollectionView _scrollToItemAtIndexPath:atScrollPosition:animated:]