iron-menu-behavior
iron-menu-behavior copied to clipboard
IronMenuBehavior prevents all keyboard events from bubbling
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
+1 I tried to bind ctrl+s to a page with a paper-listbox and it does not bubble when said element is focused.