Feedback
Drops accepted in DragEnter remain accepted without a DragOver handler
- Status
- Fixed
- Fixed in
- v26.9.1
- Area
- -
- Source discussion
- https://forum.objo.dev/d/998-drag-and-drop-allow-only-certain-files/2
- Last updated
- 2026-09-08
Upvotes
0 upvotes
Uses your Objo forum account.
Public summary
When a control accepts a drag in DragEnter, the drop is subsequently rejected unless the application also implements DragOver. DragEnter should be sufficient for accepting a drop, while an optional DragOver handler should be able to revise that decision as the pointer moves.