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

IronMenuBehavior prevents all keyboard events from bubbling #82

Open
lghall opened this issue Oct 17, 2016 · 1 comment · May be fixed by #83
Open

IronMenuBehavior prevents all keyboard events from bubbling #82

lghall opened this issue Oct 17, 2016 · 1 comment · May be fixed by #83

Comments

@lghall
Copy link

lghall commented Oct 17, 2016

Description

IronMenuBehavior's _onKeyDown calls stopPropagation() on every keydown event, instead of just stopping the propagation of key combos which you can use to select items. This prevents global event handlers from triggering on common shortcuts (e.g. Ctrl+C, Ctrl+Z) when focus is in a menu.

Browsers Affected

All

@Chali-Anne
Copy link

+1 I tried to bind ctrl+s to a page with a paper-listbox and it does not bubble when said element is focused.

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

Successfully merging a pull request may close this issue.

3 participants