Skip to content
This repository was archived by the owner on Jun 13, 2024. It is now read-only.
This repository was archived by the owner on Jun 13, 2024. It is now read-only.

Shrine crashes when scrolling on desktop  #541

@Piinks

Description

@Piinks

Shrine crashes when you scroll on desktop. This is caused by the scrollbars that are automatically applied on desktop platforms. There are scroll views in Shrine that are all using the same scroll controller, so when it tries to draw one scrollbar for all of those scroll views it crashes.

This is most likely due to the PrimaryScrollController. All vertical scroll views that have not been provided a scroll controller automatically attach to the PrimaryScrollController. If each scroll view is provided a unique scroll controller, the desktop scrollbars won't have an issue. I am opening a PR now to disable them and fix the crash until that work can be done.

Related: #523

Metadata

Metadata

Assignees

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions