NEW217726
Drop event not firing when dragging file from MacOS Mail app
https://bugs.webkit.org/show_bug.cgi?id=217726
Summary Drop event not firing when dragging file from MacOS Mail app
owain
Reported 2020-10-14 13:02:21 PDT
Created attachment 411366 [details] Example file When trying to drag a .eml file from the mail app to a DOM element in Safari 14.0.1 that's listening for drag/drop events, the drop event does not fire as expected (Drop event fires in latest Chrome). Steps to Reproduce --------------------------------------------------------------- Safari - Open Attachment (example.html) - Open web inspector tool and click on console #1 - Drag file from desktop to the drop container (DOM element) - Observe drop event DOES fire. #2 - Drag .eml file from mail app to the drop container (DOM element) - Observe drop event DOES NOT fire. Expected Result: Drop event should fire in scenario #2. Actual Result: Drop event does not fire at all. --------------------------------------------------------------- Chrome - Open Attachment (example.html) in Chrome - Open web inspector tool and click on console #1 - Drag file from desktop to the drop container (DOM element) - Observe drop event DOES fire. #2 - Drag .eml file from mail app to the drop container (DOM element) - Observe drop event DOES fire. Expected Result: Drop event should fire in scenario #2. Actual Result: Drop event fires correctly.
Attachments
Example file (1.66 KB, text/html)
2020-10-14 13:02 PDT, owain
no flags
Radar WebKit Bug Importer
Comment 1 2020-10-14 17:49:03 PDT
Note You need to log in before you can comment on or make changes to this bug.