You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@guacamole.apache.org by "Michael Jumper (JIRA)" <ji...@apache.org> on 2017/10/23 05:41:00 UTC

[jira] [Commented] (GUACAMOLE-216) accented chars (áéíóú) not working with Firefox in Linux

    [ https://issues.apache.org/jira/browse/GUACAMOLE-216?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16214669#comment-16214669 ] 

Michael Jumper commented on GUACAMOLE-216:
------------------------------------------

The underlying issue here is a lack of support for dead keys. Depending on the browser in use, different key events are registered for characters typed via dead keys.

If the browser in use actually registers separate events for dead keys (Firefox) rather than a single event for the resulting combined character (Chrome), things will not work. If the remote desktop cannot type the resulting character without a series of key events including the dead key (XRDP), even the combined character will not work.

Centralizing this into GUACAMOLE-352.

> accented chars (áéíóú) not working with Firefox in Linux
> --------------------------------------------------------
>
>                 Key: GUACAMOLE-216
>                 URL: https://issues.apache.org/jira/browse/GUACAMOLE-216
>             Project: Guacamole
>          Issue Type: Bug
>          Components: guacamole
>         Environment: Using Firefox 51.0.1 in Ubuntu 14.04 64bits
>            Reporter: Isaac Marco Blancas
>
> Special spanish characters with a spanish keyboard like "á é í ó ú" just print "a e i o u" when using Firefox 51.0.1 in Ubuntu 14.04. It's working OK with Chrome. 
> Works OK when printing € (AltGR + E).
> Works OK with Firefox the same Firefox version in Windows XP.
> Previously seems like it was solved in https://glyptodon.org/jira/browse/GUAC-659 . May be a regression?
>  



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)