Return-Path: X-Original-To: archive-asf-public-internal@cust-asf2.ponee.io Delivered-To: archive-asf-public-internal@cust-asf2.ponee.io Received: from cust-asf.ponee.io (cust-asf.ponee.io [163.172.22.183]) by cust-asf2.ponee.io (Postfix) with ESMTP id 4605E200D1A for ; Mon, 4 Sep 2017 02:43:56 +0200 (CEST) Received: by cust-asf.ponee.io (Postfix) id 44C4A163AC7; Mon, 4 Sep 2017 00:43:56 +0000 (UTC) Delivered-To: archive-asf-public@cust-asf.ponee.io Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by cust-asf.ponee.io (Postfix) with SMTP id 91D90163AC5 for ; Mon, 4 Sep 2017 02:43:55 +0200 (CEST) Received: (qmail 46153 invoked by uid 500); 4 Sep 2017 00:43:54 -0000 Mailing-List: contact commits-help@guacamole.incubator.apache.org; run by ezmlm Precedence: bulk List-Help: List-Unsubscribe: List-Post: List-Id: Reply-To: dev@guacamole.incubator.apache.org Delivered-To: mailing list commits@guacamole.incubator.apache.org Received: (qmail 46143 invoked by uid 99); 4 Sep 2017 00:43:54 -0000 Received: from pnap-us-west-generic-nat.apache.org (HELO spamd3-us-west.apache.org) (209.188.14.142) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2017 00:43:54 +0000 Received: from localhost (localhost [127.0.0.1]) by spamd3-us-west.apache.org (ASF Mail Server at spamd3-us-west.apache.org) with ESMTP id AF5AA182EBB for ; Mon, 4 Sep 2017 00:43:53 +0000 (UTC) X-Virus-Scanned: Debian amavisd-new at spamd3-us-west.apache.org X-Spam-Flag: NO X-Spam-Score: -4.222 X-Spam-Level: X-Spam-Status: No, score=-4.222 tagged_above=-999 required=6.31 tests=[KAM_ASCII_DIVIDERS=0.8, RCVD_IN_DNSWL_HI=-5, RCVD_IN_MSPIKE_H3=-0.01, RCVD_IN_MSPIKE_WL=-0.01, RP_MATCHES_RCVD=-0.001, SPF_PASS=-0.001] autolearn=disabled Received: from mx1-lw-us.apache.org ([10.40.0.8]) by localhost (spamd3-us-west.apache.org [10.40.0.10]) (amavisd-new, port 10024) with ESMTP id lwxT7s0lmXCi for ; Mon, 4 Sep 2017 00:43:49 +0000 (UTC) Received: from mail.apache.org (hermes.apache.org [140.211.11.3]) by mx1-lw-us.apache.org (ASF Mail Server at mx1-lw-us.apache.org) with SMTP id B448461260 for ; Mon, 4 Sep 2017 00:43:47 +0000 (UTC) Received: (qmail 46122 invoked by uid 99); 4 Sep 2017 00:43:47 -0000 Received: from git1-us-west.apache.org (HELO git1-us-west.apache.org) (140.211.11.23) by apache.org (qpsmtpd/0.29) with ESMTP; Mon, 04 Sep 2017 00:43:47 +0000 Received: by git1-us-west.apache.org (ASF Mail Server at git1-us-west.apache.org, from userid 33) id 73799F552C; Mon, 4 Sep 2017 00:43:45 +0000 (UTC) Content-Type: text/plain; charset="us-ascii" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit From: vnick@apache.org To: commits@guacamole.incubator.apache.org Date: Mon, 04 Sep 2017 00:43:48 -0000 Message-Id: <1b502c9b44574479a9e826bc81976ce4@git.apache.org> In-Reply-To: <76c0c7937d5443a3a0d45285af5849a9@git.apache.org> References: <76c0c7937d5443a3a0d45285af5849a9@git.apache.org> X-Mailer: ASF-Git Admin Mailer Subject: [4/5] incubator-guacamole-client git commit: GUACAMOLE-310: Ensure clipboard service target remains hidden (1x1 px may be below browser's minimum dimensions for a textarea). archived-at: Mon, 04 Sep 2017 00:43:56 -0000 GUACAMOLE-310: Ensure clipboard service target remains hidden (1x1 px may be below browser's minimum dimensions for a textarea). Project: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/commit/cc22f23c Tree: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/tree/cc22f23c Diff: http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/diff/cc22f23c Branch: refs/heads/master Commit: cc22f23c027bc4dd688eb71372c90a7b31e71e40 Parents: 535b70f Author: Michael Jumper Authored: Tue Aug 29 11:39:08 2017 -0700 Committer: Michael Jumper Committed: Sun Sep 3 17:08:34 2017 -0700 ---------------------------------------------------------------------- guacamole/src/main/webapp/app/clipboard/styles/clipboard.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-guacamole-client/blob/cc22f23c/guacamole/src/main/webapp/app/clipboard/styles/clipboard.css ---------------------------------------------------------------------- diff --git a/guacamole/src/main/webapp/app/clipboard/styles/clipboard.css b/guacamole/src/main/webapp/app/clipboard/styles/clipboard.css index b4513e1..3d61c2b 100644 --- a/guacamole/src/main/webapp/app/clipboard/styles/clipboard.css +++ b/guacamole/src/main/webapp/app/clipboard/styles/clipboard.css @@ -52,10 +52,10 @@ .clipboard-service-target { position: fixed; - left: -1px; - right: -1px; - width: 1px; - height: 1px; + left: -1em; + right: -1em; + width: 1em; + height: 1em; white-space: pre; overflow: hidden; }