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/01/16 18:42:00 UTC

[14/23] guacamole-client git commit: GUACAMOLE-352: Do not clear InputSink field upon "input" event (may be fired after a partial composition).

GUACAMOLE-352: Do not clear InputSink field upon "input" event (may be fired after a partial composition).

Project: http://git-wip-us.apache.org/repos/asf/guacamole-client/repo
Commit: http://git-wip-us.apache.org/repos/asf/guacamole-client/commit/7b29f7b0
Tree: http://git-wip-us.apache.org/repos/asf/guacamole-client/tree/7b29f7b0
Diff: http://git-wip-us.apache.org/repos/asf/guacamole-client/diff/7b29f7b0

Branch: refs/heads/master
Commit: 7b29f7b082f4315a0a740823c6067466b16f2d8d
Parents: 5136b1c
Author: Michael Jumper <mj...@apache.org>
Authored: Mon Dec 18 11:20:48 2017 -0800
Committer: Michael Jumper <mj...@apache.org>
Committed: Tue Jan 16 10:20:42 2018 -0800

----------------------------------------------------------------------
 guacamole-common-js/src/main/webapp/modules/Keyboard.js | 1 -
 1 file changed, 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/guacamole-client/blob/7b29f7b0/guacamole-common-js/src/main/webapp/modules/Keyboard.js
----------------------------------------------------------------------
diff --git a/guacamole-common-js/src/main/webapp/modules/Keyboard.js b/guacamole-common-js/src/main/webapp/modules/Keyboard.js
index aaeb1f6..0563f72 100644
--- a/guacamole-common-js/src/main/webapp/modules/Keyboard.js
+++ b/guacamole-common-js/src/main/webapp/modules/Keyboard.js
@@ -1462,7 +1462,6 @@ Guacamole.Keyboard.InputSink = function InputSink() {
 
     // Keep internal field contents clear
     field.addEventListener("change", clear, false);
-    field.addEventListener("input", clear, false);
 
     /**
      * Attempts to focus the underlying input field. The focus attempt occurs