Skip to content
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

Context Menu not keyboard navigable #4

Open
michael-hawker opened this issue Oct 27, 2017 · 1 comment
Open

Context Menu not keyboard navigable #4

michael-hawker opened this issue Oct 27, 2017 · 1 comment

Comments

@michael-hawker
Copy link

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:

image

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.

@michitaro
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants