You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@guacamole.apache.org by GitBox <gi...@apache.org> on 2019/09/29 19:32:50 UTC

[GitHub] [guacamole-client] mike-jumper opened a new pull request #445: GUACAMOLE-817: Reset keyboard state on navigation and form submission.

mike-jumper opened a new pull request #445: GUACAMOLE-817: Reset keyboard state on navigation and form submission.
URL: https://github.com/apache/guacamole-client/pull/445
 
 
   Firefox, and perhaps other browsers, does not fire a keyup event for keys involved in submitting a form. This results in the enter key being stuck in a pressed state if it is used to submit Guacamole's login form.
   
   Keyboard state should be reset whenever keyboard state cannot be reliably maintained. This is already done for loss of window focus, but should also be done for form submission (this specific case) and navigation to a different page (generic catch-all).

----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
 
For queries about this service, please contact Infrastructure at:
users@infra.apache.org


With regards,
Apache Git Services