[whatwg/dom] drop event is not always fired, although dragend is (#345)

That's something that intrigues me since a while, `'drop'` is not always triggered when dragging and releasing an draggable element.

That happens similarly in Chrome and Firefox, so I guess there's a reason behind, but I don't figure it.

I have a 'test' case https://github.com/caub/todo-list/issues/2, it's not so easy to reproduce, but when dragging a list item elsewhere drop even doesn't always happen. I update the list on drop to reflect this, so it will return to the initial position when it's not triggered.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/345

Received on Thursday, 13 October 2016 19:04:27 UTC