Fix arrow keys in IE #4

Merged
torifat merged 1 commit from master into master 2017-03-30 07:57:11 +02:00
torifat commented 2017-03-30 03:12:40 +02:00 (Migrated from github.com)

KeyboardEvent.key values returned by Edge for arrow keys are Down, Left, Right, Up, which are non-standard as W3C specifies ArrowDown, ArrowLeft, ArrowRight, ArrowUp. Chrome and Firefox return standard values.

https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8860571/

> KeyboardEvent.key values returned by Edge for arrow keys are Down, Left, Right, Up, which are non-standard as W3C specifies ArrowDown, ArrowLeft, ArrowRight, ArrowUp. Chrome and Firefox return standard values. https://developer.microsoft.com/en-us/microsoft-edge/platform/issues/8860571/
marijnh commented 2017-03-30 07:58:34 +02:00 (Migrated from github.com)

Thanks. Merged and released as 1.1.6

Thanks. Merged and released as 1.1.6
Sign in to join this conversation.
No reviewers
No labels
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
marijn/w3c-keyname!4
No description provided.