You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@guacamole.apache.org by "Mike Jumper (Jira)" <ji...@apache.org> on 2019/09/30 01:30:00 UTC

[jira] [Resolved] (GUACAMOLE-817) "Enter" key may repeat following login with Firefox

     [ https://issues.apache.org/jira/browse/GUACAMOLE-817?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Mike Jumper resolved GUACAMOLE-817.
-----------------------------------
    Fix Version/s: 1.2.0
       Resolution: Fixed

> "Enter" key may repeat following login with Firefox
> ---------------------------------------------------
>
>                 Key: GUACAMOLE-817
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-817
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacamole
>            Reporter: Mike Jumper
>            Assignee: Mike Jumper
>            Priority: Minor
>             Fix For: 1.2.0
>
>
> As initially noted [on the user@ mailing list|https://lists.apache.org/thread.html/8807f1f71b9244e901f6b3ad856600c4371ddaccd5a9b0c3375cf7af@%3Cuser.guacamole.apache.org%3E], connecting using Firefox occasionally results in the connection behaving as if the return/enter key is being held down, even though the key has not been pressed locally.
> This behavior is actually due to Firefox not sending the {{keyup}} event when the login form is submitted using the "Enter" key. As the {{Guacamole.Keyboard}} instance is at the index level, present even before the user views a client page, it receives the keypresses which occur during login, including when the form is submitted. Lacking a {{keyup}} event for "Enter", the {{Guacamole.Keyboard}} instance assumes the key is held down and continually repeats the key. Once the user views a connection, those repeated enter keypresses are forwarded to the remote desktop.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)