Enabled `dom.events.asyncClipboard.clipboardItem` by default
Categories
(Core :: DOM: Copy & Paste and Drag & Drop, enhancement)
Tracking
()
People
(Reporter: edgar, Assigned: edgar)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
dom.events.asyncClipboard.clipboardItem
is enabled on Nightly and early Beta in bug 1809106. This bug is to enable it by default.
Updated•8 months ago
|
Assignee | ||
Comment 1•7 months ago
|
||
Updated•7 months ago
|
Updated•7 months ago
|
Comment 3•7 months ago
|
||
When addresing dev-doc-needed, make sure to also do the following:
- Drop the "From version 122" qualifier from the notes in https://github.com/mdn/browser-compat-data/blob/712e11aa4181a6c92aa552690c93e0354038b705/api/Clipboard.json
- Update https://developer.mozilla.org/en-US/docs/Mozilla/Add-ons/WebExtensions/Interact_with_the_clipboard :
- Rephrase "For example, on Firefox at the time of writing, navigator.clipboard.read() and navigator.clipboard.write() are not fully implemented"
- Rephrase "navigator.clipboard.write() is not supported." at the Browser-specific considerations section.
Comment 5•7 months ago
|
||
bugherder |
Comment 6•7 months ago
|
||
Could you nominate this feature for release notes addition for beta/release?
We did have a nomination when it landed in Nightly in 122 is you wan to use it as a basis:
https://bugzilla.mozilla.org/show_bug.cgi?id=1809106#c12
Thanks
Assignee | ||
Comment 7•7 months ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: New web APIs (navigator.clipboard.read()/write())
[Affects Firefox for Android]: Yes
[Suggested wording]: navigator.clipboard.read()/write() has been enabled. A paste context menu will appear for the user to confirm when attempting to read clipboard content that is not originated from same-origin page.
[Links (documentation, blog post, etc)]: https://developer.mozilla.org/en-US/docs/Web/API/Clipboard_API
Comment 8•7 months ago
|
||
Added to 127 nightly notes with this wording:
navigator.clipboard.read()/write()
has been enabled (see documentation). A paste context menu will appear for the user to confirm when attempting to read clipboard content that is not originated from asame-origin
page.
Comment 9•6 months ago
|
||
FF127 MDN work for this can be tracked in https://github.com/mdn/content/issues/33565.
The docs are OK - this was mostly a release note and compatibility data update.
Updated•6 months ago
|
Description
•