[
https://issues.apache.org/jira/browse/GUACAMOLE-106?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15478221#comment-15478221
]
Michael Jumper commented on GUACAMOLE-106:
------------------------------------------
The Guacamole keyboard handling does not depend on the deprecated keyIdentifier
property. That event property is still included in the data for analysis, as it
is sometimes necessary in cases where all other properties are wrong (including
the non-deprecated "key" property), but it is only used as a last resort.
This warning can be safely ignored. When Chrome removes that property entirely,
Guacamole will continue to work fine. The only thing that would break guac's
keyboard handling in this case is if Chrome's key events are broken themselves.
See also the related discussion in the mailing lists: [Re: KeyboardEvent
deprecation and 0.9.9
re-release|http://mail-archives.apache.org/mod_mbox/incubator-guacamole-user/201608.mbox/%3CCALKeL-PYddKyBTe7jgkgohm3PSPPkRMxiM18u%3DEQeQEhoUF2Xw%40mail.gmail.com%3E]
> keyIdentifier is obsolete and will be removed from Chrome in October 2016
> -------------------------------------------------------------------------
>
> Key: GUACAMOLE-106
> URL: https://issues.apache.org/jira/browse/GUACAMOLE-106
> Project: Guacamole
> Issue Type: Bug
> Components: guacamole-client, guacamole-common-js
> Environment: Google Chrome 54
> Reporter: Stefan Markmann
>
> Chrome logs warning to browser-console:
> 'KeyboardEvent.keyIdentifier' is deprecated and will be removed in M54,
> around October 2016. See
> https://www.chromestatus.com/features/5316065118650368 for more details.
> Used in:
> https://github.com/apache/incubator-guacamole-client/blob/065548fcdd885a8f15cbb936f49a60cf9f08b414/guacamole-common-js/src/main/webapp/modules/Keyboard.js#L1058
> ... and ...
> https://github.com/apache/incubator-guacamole-client/blob/065548fcdd885a8f15cbb936f49a60cf9f08b414/guacamole-common-js/src/main/webapp/modules/Keyboard.js#L1106
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)