Is there a bug with the drop event?

I haven’t been able to get drop to ever trigger. so I’ve been using EndDrag instead.
anyone else have this issue?

I drag it over on top of a panel and release the mouse button. Is that what should trip it?
But then again End drag trips that. Which is why I’m starting to think I’m not understanding what Drop does.

Need to know if this is a bug or what so I can file a bug report.

the “usual” issue is that the item being dragged is blocking the raycast of the eventsystem, so when the mouse is released the item is hit not the drop handler. Try changing the item being dragged to the “ignore raycast” layer at the start of the drag (and back to whatever layer it was at the end of the drag).