mirror of
https://github.com/gyurix1968/guacamole-client.git
synced 2025-09-06 13:17:41 +00:00
GUAC-708: Text input field MUST be initialized.
This commit is contained in:
@@ -2192,6 +2192,7 @@ GuacUI.Client.attach = function(guac) {
|
||||
|
||||
GuacUI.Client.text_input.target.onfocus = function() {
|
||||
GuacUI.Client.text_input.enabled = true;
|
||||
reset_text_input_target(GuacUI.Client.TEXT_INPUT_PADDING);
|
||||
};
|
||||
|
||||
GuacUI.Client.text_input.target.onblur = function() {
|
||||
|
Reference in New Issue
Block a user