Open
Bug 1619251
Opened 3 years ago
Updated 2 months ago
[meta] Clipboard API improvements
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, task)
Core
DOM: Copy & Paste and Drag & Drop
Tracking
()
NEW
People
(Reporter: evilpie, Unassigned)
References
(Depends on 15 open bugs, Blocks 3 open bugs)
Details
(Keywords: meta, parity-chrome, parity-safari)
Right now Firefox only supports Clipboard.writeText
and Clipboard.readText
and only for WebExtensions. Chrome already supports write
/read
with images.
Updated•3 years ago
|
Summary: Async Clipboard API for web pages → [meta] Async Clipboard API for web pages
Reporter | ||
Comment 1•3 years ago
|
||
Seems like Safari 13.1 just shipped with this API as well: https://webkit.org/blog/10247/new-webkit-features-in-safari-13-1/
Reporter | ||
Updated•3 years ago
|
Keywords: parity-safari
According to https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API, firefox is the only modern browser that doesn't have this. Is there any progress on this?
Updated•3 years ago
|
Depends on: 1620420
Summary: [meta] Async Clipboard API for web pages → [meta] Clipboard API improvements
Reporter | ||
Updated•2 years ago
|
Component: DOM: Events → DOM: Core & HTML
Reporter | ||
Updated•2 years ago
|
Component: DOM: Core & HTML → DOM: Copy & Paste and Drag & Drop
Updated•8 months ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•