RadAsyncUpload "Drop Files here" element remains visible when dragging a file quickly over and out of the DragZone
Replicable in File Upload with Drag and Drop live demo.
Drag a file quickly through the DragZone without dropping it. The "Drop Files Here" element is shown but doesn't get hidden when the mouse leaves the DragZone (ondragleave).
Hi Aidan,
Thank you for reporting this issue.
We identified and fixed the root cause. The "Drop files here" overlay was getting stuck visible when the drag cursor exited the drop zone quickly. This was caused by two factors:
The fix adds pointer-events: none to the drop zone label so it no longer interferes with drag events, and introduces a guard in the JavaScript drag-enter handler to prevent the parent element from re-showing the overlay when the cursor is moving within or out of the upload area.
The fix will be available in the next official 2026 Q2 release, scheduled for May 20.
Regards,
Rumen
Progress Telerik