You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Mike Jumper (Jira)" <ji...@apache.org> on 2022/01/26 00:31:00 UTC

[jira] [Commented] (GUACAMOLE-1523) Cannot copy/paste into admin fields if local clipboard integration is unavailable

    [ https://issues.apache.org/jira/browse/GUACAMOLE-1523?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17482160#comment-17482160 ] 

Mike Jumper commented on GUACAMOLE-1523:
----------------------------------------

This is caused by the clipboard changes related to GUACAMOLE-724 that unified the clipboard across connections within the same tab:

{code:none}
a249876bff5a70fc1e629ce72a74b0f160ffaf47 is the first bad commit
commit a249876bff5a70fc1e629ce72a74b0f160ffaf47
Author: Michael Jumper <mj...@apache.org>
Date:   Sun Jun 20 01:10:21 2021 -0700

    GUACAMOLE-724: Replace per-client clipboard with shared clipboard.

 .../src/app/client/controllers/clientController.js | 44 ++---------
 .../src/app/client/directives/guacClient.js        |  5 +-
 .../client/directives/guacClientNotification.js    | 17 -----
 .../frontend/src/app/client/templates/client.html  |  2 +-
 .../frontend/src/app/client/types/ManagedClient.js | 48 ++++++------
 .../src/app/clipboard/directives/guacClipboard.js  | 68 ++++++++---------
 .../src/app/clipboard/services/clipboardService.js | 86 ++++++++++++++++++++--
 .../src/app/clipboard/types/ClipboardData.js       |  9 +++
 .../src/app/index/controllers/indexController.js   | 18 +----
 9 files changed, 160 insertions(+), 137 deletions(-)
{code}

> Cannot copy/paste into admin fields if local clipboard integration is unavailable
> ---------------------------------------------------------------------------------
>
>                 Key: GUACAMOLE-1523
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-1523
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacamole
>            Reporter: Mike Jumper
>            Assignee: Mike Jumper
>            Priority: Minor
>
> If access to the local clipboard has been explicitly denied or is unavailable, copy/paste between fields within the admin UI ceases to function. Text copied from an external application cannot be pasted into a field in the admin UI, nor can text contents be copied from one admin field to another.



--
This message was sent by Atlassian Jira
(v8.20.1#820001)