You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by vn...@apache.org on 2018/05/04 08:01:10 UTC

[1/2] guacamole-website git commit: GUACAMOLE-559: Update FAQ regarding new support for async clipboard API.

Repository: guacamole-website
Updated Branches:
  refs/heads/master c8dc521df -> 22043e1c0


GUACAMOLE-559: Update FAQ regarding new support for async clipboard API.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-website/commit/22ccad9d
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-website/tree/22ccad9d
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-website/diff/22ccad9d

Branch: refs/heads/master
Commit: 22ccad9da487bb5644f642b14671106ef0597a0f
Parents: c8dc521
Author: Michael Jumper <mj...@apache.org>
Authored: Thu May 3 22:18:02 2018 -0700
Committer: Michael Jumper <mj...@apache.org>
Committed: Thu May 3 22:18:02 2018 -0700

----------------------------------------------------------------------
 faq.md | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-website/blob/22ccad9d/faq.md
----------------------------------------------------------------------
diff --git a/faq.md b/faq.md
index 9166913..3ee743b 100644
--- a/faq.md
+++ b/faq.md
@@ -118,16 +118,20 @@ Clipboard {#clipboard}
 ### Why don't you just use the clipboard directly instead of the box in the menu? {#local-clipboard}
 
 Guacamole actually already attempts to do this leveraging the [Clipboard
-API](https://www.w3.org/TR/clipboard-apis/) defined by the W3C. Browsers only
-provide access to the clipboard under very strict circumstances, so these
-attempts will fail unless the browser itself provides some means of explicitly
-granting clipboard access.
-
-IE10 and IE11 will both prompt the user to grant clipboard access, and there is
-a [third-party extension for
-Chrome](https://chrome.google.com/webstore/detail/clipboard-permission-mana/ipbhneeanpgkaleihlknhjiaamobkceh)
-which provides similar functionality. Until a generic mechanism for granting
-clipboard access exists across all browsers, these are really the only options.
+API](https://www.w3.org/TR/clipboard-apis/) defined by the W3C, with support
+for the asynchronous version of this API added via
+[GUACAMOLE-559](https://issues.apache.org/jira/browse/GUACAMOLE-559). Browsers
+vary in their level of support for this API, and some only provide access to
+the clipboard under very strict circumstances.
+
+The following browsers are known to support clipboard access:
+
+ * Google Chrome version 66 and later (via the [Asynchronous Clipboard API](https://www.w3.org/TR/clipboard-apis/#async-clipboard-api))
+ * Older versions of Google Chrome using the third-party [Clipboard Permission Manager extension](https://chrome.google.com/webstore/detail/clipboard-permission-mana/ipbhneeanpgkaleihlknhjiaamobkceh)
+ * IE10 and IE11 (via the older, synchronous version of the API)
+
+This can be expected to change as the asynchronous version of the clipboard API
+gains wider adoption.
 
 ### I see the browser has "copy" and "paste" events. Why don't you handle these events so clipboard works? {#copy-paste-events}
 


[2/2] guacamole-website git commit: GUACAMOLE-559: Merge upgrade FAQ regarding async clipboard API.

Posted by vn...@apache.org.
GUACAMOLE-559: Merge upgrade FAQ regarding async clipboard API.


Project: http://git-wip-us.apache.org/repos/asf/guacamole-website/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-website/commit/22043e1c
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-website/tree/22043e1c
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-website/diff/22043e1c

Branch: refs/heads/master
Commit: 22043e1c01a1808a3c95b87a901fee45737259ed
Parents: c8dc521 22ccad9
Author: Nick Couchman <vn...@apache.org>
Authored: Fri May 4 04:00:29 2018 -0400
Committer: Nick Couchman <vn...@apache.org>
Committed: Fri May 4 04:00:29 2018 -0400

----------------------------------------------------------------------
 faq.md | 24 ++++++++++++++----------
 1 file changed, 14 insertions(+), 10 deletions(-)
----------------------------------------------------------------------