You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When the asset browser flyout is open, file drops only register when they land directly on the inner listing/grid area or on top of it. If the user drops on the padding/gutter area inside the flyout or on the bottom side, the browser's default handler fires and opens the dragged file as a new tab, leaving the flyout stuck in the "Drop File to Upload" hover state.
How to reproduce
Open a Statamic v6 CP entry with an assets field
Click the asset field to open the asset browser flyout.
Drag an image file from your OS file manager toward the flyout.
Drop it at the bottom of the modal.
Image opens in a new browser tab. The flyout remains open with the "Drop File to Upload" overlay stuck visible until dismissed. But the cursor still works on the gallery elements despite the overlay.
Bug description
When the asset browser flyout is open, file drops only register when they land directly on the inner listing/grid area or on top of it. If the user drops on the padding/gutter area inside the flyout or on the bottom side, the browser's default handler fires and opens the dragged file as a new tab, leaving the flyout stuck in the "Drop File to Upload" hover state.
How to reproduce
Screen.Recording.2026-04-22.at.17.15.20.mov
Logs
Environment
Installation
Existing Laravel app
Additional details
No response