clauderic / clauderic/react-sortable-hoc
In iOS 13.1 or later, when combined with react-virtualized, the SortableElement dragged outside the SortableContainer may not be operated
Open
- Dominant language
- JavaScript
- Stars
- 10.9k
- Forks
- 959
- PR merge metrics
- No merged PRs in 30d
Description
In iOS 13.1 or later, when combined with react-virtualized, the SortableElement dragged outside the SortableContainer may not be operated.
This bug occurs when the original component of the dragged SortableElement is scrolled out of the SortableContainer and disappears.
The cause is that the disappeared component will not fire the touch event.
This bug can be confirmed by accessing and operating the sample page on an iPad with iOS 13.1 or later installed.
https://clauderic.github.io/react-sortable-hoc/#/react-virtualized/basic-usage?_k=p9q4nq
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.