[
https://issues.apache.org/jira/browse/GUACAMOLE-2226?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=18060001#comment-18060001
]
Bradley Bennett commented on GUACAMOLE-2226:
--------------------------------------------
It appears the menu paste option for text, in Chrome at least, uses simulated
keyboard input: it sends each character as individual key events instead of
using the clipboard mechanism.
> Newlines stripped on multiline paste via browser menu (SSH/RDP/Terminal...)
> ---------------------------------------------------------------------------
>
> Key: GUACAMOLE-2226
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-2226
> Project: Guacamole
> Issue Type: Bug
> Components: guacamole
> Affects Versions: 1.6.0, 1.6.1
> Environment: On macOS:
> - macOS Chrome browser -> Guacamole ssh or RDP -> macOS Debian 13 VM
> - macOS Debian 13 VM Chrome browser -> Guacamole ssh or RDP -> Debian 13 VM
> Haven't tested on Windows
> Reporter: Bradley Bennett
> Priority: Minor
>
> When using the browser menu (e.g. *File and Edit/Paste* in Chrome) pasting
> multiline text to a Guacamole SSH, RDP... session, the newline (LF or CR/LF)
> is dropped. e.g.
> {code:java}
> line1<LF>
> line2<LF>
> line3<LF>
> {code}
> becomes:
> {code:java}
> line1line2line3
> {code}
--
This message was sent by Atlassian Jira
(v8.20.10#820010)