-
Notifications
You must be signed in to change notification settings - Fork 43
Open
Description
I do following:
- I have a list with items and expandable folders
- if the user drags a folder, I hide all items outside of folders and also collapse all folders
- this has the side effect that the list animates as soon as the drag starts
Result
- the items are not placed correctly initially (see the space on top in the video, the first not dragged folder should animate all the way up)
- dragging around does not lead to
onMovecallbacks until I move the item nearly all the way up, only afterwards theonMoveis working again - the filtering of the list during the drag event should initially trigger
onMovebecause even though I do not drag the item the item in the list is animated up and therefore I move the dragged item down relatively event though I do not move my finger.
Examples
Video 1:
- folder 1 is dragged, folder 2 should move all the way up (it doesn't correctly)
- folder 2 move up far enough so that it should trigger an
onMoveevent, this does not happen
Video 2:
- folder 2 is dragged, folder 1 moves all the way up correctly
- dragging folder 1 above folder 2 works correctly
video1.webm
video2.mp4
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels