Crash when scrolling through timeline with VoiceOver #290

Closed
opened 2022-12-06 03:48:06 +00:00 by shadowfacts · 1 comment
Owner

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

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
shadowfacts added the
bug
external
labels 2022-12-06 03:48:06 +00:00
Author
Owner

Unfortunately, this is happening frequently enough that it needs a workaround.

I think subclassing UICollectionView and noop-ing -[UICollectionView _scrollToItemAtIndexPath:atScrollPosition:animated:]

Unfortunately, this is happening frequently enough that it needs a workaround. I think subclassing UICollectionView and noop-ing `-[UICollectionView _scrollToItemAtIndexPath:atScrollPosition:animated:]`
Sign in to join this conversation.
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: shadowfacts/Tusker#290
No description provided.