Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

'esc' not matched for escape key in Chrome Canary, breaking menus #38

Closed
mgiuffrida opened this issue Mar 31, 2016 · 2 comments
Closed

Comments

@mgiuffrida
Copy link
Contributor

An update to Chrome's treatment of KeyboardEvent (see intent to ship) has broken iron-a11y-keys-behavior's matching logic for the Escape key. This is preventing, for example, Escape from closing paper-dropdown-menu because iron-menu-behavior treats the key as if it were supposed to be the first character of a menu item.

This is affecting Chrome's new Material Design Downloads page as a beta-blocking issue.

A fix has been proposed (not formatted a patch for this repo though).

Open questions:

  1. Do any other keys not work?
  2. Is the proposed fix compatible with other browsers?
@mgiuffrida
Copy link
Contributor Author

FTR, this also prevents Escape from closing dialogs.

@valdrinkoshi
Copy link
Member

Closing, got fixed in #39 & released in v1.1.2

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants