-
-
Notifications
You must be signed in to change notification settings - Fork 33.7k
Closed
Description
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
Labels
No labels