You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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
The text was updated successfully, but these errors were encountered: