vue-menu
vue-menu copied to clipboard
Context Menu not keyboard navigable
I noticed in Sample 3, if you make the context menu parent keyboard navigable with a link:
<div class="box" style="padding: 1em;">
<a href="?test">Secondary click here</a>
</div>
Or just using tabindex:
<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.
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.