Firefox doesn't get expected html formatting when pasting from clipboard firefox.x86_64 78.0.1-1.fc32 wl-clipboard.x86_64 2.0.0-2.fc32 To reproduce: In terminal: echo '<b>Bold</b><i>Italics</i>Plain' | wl-copy --type text/html Paste into a Google Doc in Firefox. Results is plain text of: <b>Bold</b><i>Italics</i>Plain I expected formatted text. I get expected result if I repeat the steps in Chrome and LibreOffice Writer document.
Can you test with firefox-x11 package? Thanks.
I get same result for firefox-x11. In terminal: echo '<b>Bold</b><i>Italics</i>Plain' | wl-copy --type text/html Paste into a Google Doc in firefox-x11 or firefox-wayland. Result, in both cases, is plain text of: <b>Bold</b><i>Italics</i>Plain
echo '<b>Bold</b><i>Italics</i>Plain' | wl-copy --type text/html puts those targets at clipboard: $xclip -o -t TARGETS text/x-moz-url-priv text/plain text/plain;charset=utf-8 STRING TEXT COMPOUND_TEXT UTF8_STRING text/_moz_htmlinfo text/_moz_htmlcontext text/html TARGETS TIMESTAMP echo '<b>Bold</b><i>Italics</i>Plain' | wl-copy puts those targets at clipboard: [komat@localhost ~]$ xclip -o -t TARGETS text/plain text/plain;charset=utf-8 STRING TEXT COMPOUND_TEXT UTF8_STRING TARGETS TIMESTAMP so the clipboard contains plain text along the html and other formats.
Moving upstream - https://bugzilla.mozilla.org/show_bug.cgi?id=1654476 Thanks for the report!