-
Notifications
You must be signed in to change notification settings - Fork 16
Fix context menu tabbing #844
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
Conversation
Rename some methods to be more related to what they do
obscure and complicated. Use KeyboardEvent.code for its case-insensitive mnemonics.
Conflicts:
src/mapml/handlers/ContextMenu.js
test/e2e/core/ArrowKeyNavContextMenu.test.js
test/e2e/core/layerContextMenu.test.js
menu near the origin of the map container.
|
Hmm still the issue of scrolling the page when arrow keys are pressed, usually it's not noticeable when there's no scroll bars, but when you have scroll bars, arrow keys on a menu get transmitted to the document. Hopefully just a question of preventDefault, tbd. Sorry just ignore until I fix that. |
|
Just an error I noticed that is on main also,
|
OK, I think I can fix that in this PR. |
23e1598 to
d4c2f9f
Compare

Closes #835, #846