Bug 1776843 Comment 0 Edit History

Note: The actual edited comment in the bug view page will always show the original commenter’s name and original timestamp.

OSs include: Linux, Windows, macOS. Excluded: iOS (since Firefox there isn't Gecko-based).

First, manually test it by:
a) Flipping the pref "dom.events.asyncClipboard.readText" to `true`.
b) Open https://jsfiddle.net/68hng59s/.
c) Touch the "X" button and check whether a "Paste" button occurs.


Secondly, potentially write automated tests for it.
OSs include: Linux, Windows, macOS. Excluded: iOS (since Firefox there isn't Gecko-based).

First, manually test it by:
a) Flipping the pref "dom.events.asyncClipboard.readText" to `true`.
b) Open https://jsfiddle.net/68hng59s/.
c) Touch the "X" button and check whether a "Paste" button occurs. Be aware of bug 1766803.
d) Touch the "Paste" button. An alert dialog with the clipboard's text content should appear.

Secondly, potentially write automated tests for it.
OSs include: Linux, Windows, macOS. Excluded: iOS (since Firefox there isn't Gecko-based).

With current Nightly.

First, manually test it by:
a) Flipping the pref "dom.events.asyncClipboard.readText" to `true`.
b) Open https://jsfiddle.net/68hng59s/.
c) Touch the "X" button and check whether a "Paste" button occurs. Be aware of bug 1766803.
d) Touch the "Paste" button. An alert dialog with the clipboard's text content should appear.

Secondly, potentially write automated tests for it.

Back to Bug 1776843 Comment 0