From 7b29f7b082f4315a0a740823c6067466b16f2d8d Mon Sep 17 00:00:00 2001 From: Michael Jumper Date: Mon, 18 Dec 2017 11:20:48 -0800 Subject: [PATCH] GUACAMOLE-352: Do not clear InputSink field upon "input" event (may be fired after a partial composition). --- guacamole-common-js/src/main/webapp/modules/Keyboard.js | 1 - 1 file changed, 1 deletion(-) diff --git a/guacamole-common-js/src/main/webapp/modules/Keyboard.js b/guacamole-common-js/src/main/webapp/modules/Keyboard.js index aaeb1f621..0563f72f9 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