You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Bug Report: Dragging Element Stops Following Scroll After swapy.update() or Adding a New Element Dynamically
Description:
There is an issue where the element being dragged stops following the scroll once the swapy.update() method is called or when a new element is dynamically added to the page.
Steps to Reproduce:
Start with a draggable list of elements where dragging will initially follow the scroll as expected.
Call the swapy.update() method or add a new element dynamically to the list.
After either of these actions, the dragged element stops following the scroll.
Expected Behavior:
The element being dragged should continue to follow the scroll, even after swapy.update() is called or a new element is added dynamically.
Actual Behavior:
After calling swapy.update() or adding a new element dynamically, the element being dragged no longer follows the scroll.
Environment:
This issue occurs across all frameworks: React, Vue, and Svelte.
THIS ISSUE CAN BE OBSERVED IN THE OFFICIAL DEMO SITE ACROSS ALL FRAMEWORKS:
Bug Report: Dragging Element Stops Following Scroll After
swapy.update()
or Adding a New Element DynamicallyDescription:
There is an issue where the element being dragged stops following the scroll once the
swapy.update()
method is called or when a new element is dynamically added to the page.Steps to Reproduce:
swapy.update()
method or add a new element dynamically to the list.Expected Behavior:
The element being dragged should continue to follow the scroll, even after
swapy.update()
is called or a new element is added dynamically.Actual Behavior:
After calling
swapy.update()
or adding a new element dynamically, the element being dragged no longer follows the scroll.Environment:
This issue occurs across all frameworks: React, Vue, and Svelte.
THIS ISSUE CAN BE OBSERVED IN THE OFFICIAL DEMO SITE ACROSS ALL FRAMEWORKS:
The text was updated successfully, but these errors were encountered: