Open
Description
Code of conduct
- I agree to follow this project's code of conduct.
Impacted component(s)
Menu
Expected behavior
An opened sp-menu should allow application keyboard shortcuts.
Actual behavior
An opened sp-menu doesn't allow application keyboard shortcuts, stopping the propagation of almost all keydown events.
Screenshots
No response
What browsers are you seeing the problem in?
Safari, Chrome
How can we reproduce this issue?
- Go to the menu storybook
- Press "V" (a storybook keyboard shortcut), observe that nothing happens.
- Close the menu
- Press "V" again
- See that the keyboard shorcut now works.
Sample code or abstract reproduction which illustrates the problem
The problem seems to be related to the interaction between the menu and rovingTabIndex controller as per this PR: https://github.com/adobe/spectrum-web-components/pull/3780/files#r1661806320.
Severity
SEV 2
Logs taken while reproducing problem
No response