Skip to content

@keydown.escape does not work in Edge #7880

@salomvary

Description

@salomvary

Version

2.5.16

Reproduction link

https://codepen.io/anon/pen/EEmBGm

Steps to reproduce

  • Open the linked reproduction link in Microsoft Edge
  • Open F12 developer tools console section
  • Click inside the input field on the Codepen output
  • Hit escape on the keyboard

What is expected?

@keydown.escape and @keydown.esc handlers should be triggered (should log 'esc' and 'escape').

What is actually happening?

@keydown.escape and @keydown.esc handlers are not triggered. Only the unfiltered @keydown handler and @keydown.27 are triggered.


Issue tested in Microsoft Edge 41.16299.15.0. Verified to be working as expected on latest Safari, Chrome and Firefox on macOS.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions