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
<div class="box" style="padding: 1em;" tabindex="1">
Secondary click here
</div>
It will properly open the menu using the Menu key:
But the keyboard focus will remain on the parent (as seen above with the blue outline) instead of moving to the first item of the context-menu when it opens.
The text was updated successfully, but these errors were encountered:
I understand the situation.
I also would like vue-menu to be key navigable, but I cannot set about working with this right now because of other priorities. It will be started about 1 month later.
I noticed in Sample 3, if you make the context menu parent keyboard navigable with a link:
Or just using tabindex:
It will properly open the menu using the Menu key:
But the keyboard focus will remain on the parent (as seen above with the blue outline) instead of moving to the first item of the context-menu when it opens.
The text was updated successfully, but these errors were encountered: