Skip to content

Commit d80d7ac

Browse files
ZunedKhan07caugner
andauthored
Add Firefox notes about clipboardData limitations (#27713)
* Add Firefox clipboardData note about only pasting first file * Apply suggestions from code review --------- Co-authored-by: Claas Augner <[email protected]>
1 parent 1146ddd commit d80d7ac

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

api/ClipboardEvent.json

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,11 @@
1616
"version_added": "12"
1717
},
1818
"firefox": {
19-
"version_added": "22"
19+
"version_added": "22",
20+
"notes": [
21+
"When pasting multiple files, only returns the first file. See [bug 1954680](https://bugzil.la/1954680).",
22+
"Before Firefox 140, when pasting multiple files, and the first file was not acceptable, returned no file. See [bug 1961170](https://bugzil.la/1961170)."
23+
]
2024
},
2125
"firefox_android": "mirror",
2226
"ie": {

0 commit comments

Comments
 (0)