Drag image to other app from blob url doesn't work
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, defect)
Tracking
()
People
(Reporter: descent-tact0m, Unassigned)
Details
User Agent: Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/87.0.4280.11 Safari/537.36
Steps to reproduce:
Steps to reproduce the problem:
- Open https://mdn.mozillademos.org/en-US/docs/Web/API/File/Using_files_from_web_applications$samples/Example_Using_object_URLs_to_display_images?revision=1644987
- Select an image
- Drag the image displayed on the page to another app, e.g. Word
Actual results:
The image is copied to Word
Expected results:
"blob:https://mdn.mozillademos.org/90909672-2cac-4398-9f43-6dfecc8aa987" is copied to Word
Reporter | ||
Comment 1•4 years ago
|
||
oh wait I accidently reversed the actual results and expected results
Correct my typo:
Expected results: The image is copied to Word
Actual results: "blob:https://mdn.mozillademos.org/90909672-2cac-4398-9f43-6dfecc8aa987" is copied to Word
Updated•4 years ago
|
Updated•4 years ago
|
Comment 2•3 years ago
|
||
(In reply to jackworks from comment #1)
oh wait I accidently reversed the actual results and expected results
Correct my typo:
Expected results: The image is copied to Word
Actual results: "blob:https://mdn.mozillademos.org/90909672-2cac-4398-9f43-6dfecc8aa987" is copied to Word
The link on comment 0 was no longer valid. I tried dragging images from other web pages to Word. I didn't encounter the issue mentioned.
It'd be great to share a link if this issue is still reproducible.
Description
•