[BUG] Dragend event listeners on document(.body) or window are not called when dragging and scrolling for a while #905
Unanswered
epicmau5time
asked this question in
Q&A
Replies: 2 comments
-
I'm not an expert in native d&d matters, so I can't comment on what's the problem with the integration above. Moving this to discussions. |
Beta Was this translation helpful? Give feedback.
0 replies
-
From what I can tell, it seems like events such as mouseup, pointerup, and dragend are all removed once the list scrolls for a bit. So I would imagine something is dumping those specific window/document event listeners. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Describe the bug
When rolling custom drag and drop with no library, after dragging the item to the top or bottom of the page so that the list scrolls to what I would assume to be a new "chunk", none of the listeners fire anymore despite them being on the window or document(.body) and not on the div list element itself.
Reproduction
A stripped down version of the issue in the link provided.
To Reproduce
Steps to reproduce the behavior:
Expected behavior
The on drop event should still be called since it is defined on the window/document itself and not the item
Desktop (please complete the following information):
Beta Was this translation helpful? Give feedback.
All reactions