On Fri, Jun 14, 2019 at 10:11 AM Mike Jumper <[email protected]> wrote:
>
> On Thu, Jun 13, 2019 at 5:25 AM Vieri <[email protected]> wrote:
> >
> >  On Friday, June 7, 2019, 7:30:07 PM GMT+2, Mike Jumper 
> > <[email protected]> wrote:
> > >
> > > We have a test page for just the keyboard event handling which can be 
> > > used to verify whether things are not behaving as expected in the client. 
> > > Try testing against that with the affected browser and see whether you see
> > > the same issue:
> >
> > http://guacamole.apache.org/pub/tests/guac/keyboard-test.html
> >
> > No issues on this test page. I get the "keyboard issue" in the same FF 
> > instance while everything works smoothly on this test page (well, I'm just 
> > assuming it's a keyboard issue...).
> >
>
> What specific versions of Firefox did you observe this issue with?
>

Never mind - I've reproduced the problem and opened an issue in JIRA:

https://issues.apache.org/jira/browse/GUACAMOLE-817

The behavior is 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.

- Mike

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to