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
ContextualMenu: Default not prevented after handling keydown
Actual behavior:
Expected behavior:
Default is prevented so the parent doesn't decide to handle the event.
If applicable, please provide a codepen repro:
The text was updated successfully, but these errors were encountered:
T-Hugs
changed the title
[Patch] ContextualMenu: Default not prevented after handling keydown
ContextualMenu: Default not prevented after handling keydown
Jan 18, 2017
I was going to submit a pull request, but I don't have time to complete the entire checklist. In ContextualMenu.tsx, the line ev.preventDefault(); should be included in the _onItemKeyDown method, inside the if-statement.
Bug Report
Describe the issue:
ContextualMenu: Default not prevented after handling keydown
Actual behavior:
Expected behavior:
Default is prevented so the parent doesn't decide to handle the event.
If applicable, please provide a codepen repro:
The text was updated successfully, but these errors were encountered: