Open
Bug 1763600
Opened 3 years ago
Updated 6 months ago
Support read image/svg+xml mime type from clipboard
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, task)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
NEW
People
(Reporter: edgar, Unassigned)
References
(Depends on 1 open bug, Blocks 1 open bug, )
Details
Currently we don't support read image/svg+xml mime type from clipboard. This bug is filed for tracking how to support that.
Steps for testing,
- Open Inkscape application.
- Load a svg file.
- Right click on the image and click copy on context menu.
- Load https://edgarchen.github.io/dragndropclipboard/ on Firefox.
- Press Ctrl+v to paste.
There is no DataTransferItem with image/svg+xmltype, some platform doesn't even get
image/png` correctly, e.g. in Mac.
Reporter | ||
Updated•1 year ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•