Skip to content

Keydown Events not Working in IE11 for Space bar, Escape and Delete #9112

Closed
@nitramL

Description

Version

2.5.17

Reproduction link

https://jsfiddle.net/cwnv6djs/

Steps to reproduce

Click on the input field
Press the space bar or Escape or Delete

What is expected?

The label under the input should display "space" or "escape" or "delete"

What is actually happening?

Nothing


Seems like KeyboardEvent.key in IE11 are :

  • "Spacebar" for space bar
  • "Esc" for Escape
  • "Del" for Delete

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions