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

Add keyboard support to ContextMenu #9499

Closed
yigitfindikli opened this issue Nov 5, 2020 · 1 comment
Closed

Add keyboard support to ContextMenu #9499

yigitfindikli opened this issue Nov 5, 2020 · 1 comment
Assignees
Labels
LTS-FIXED-9.1.8 Fixed in PrimeNG LTS 9.1.8 LTS-FIXED-10.0.5 Fixed in PrimeNG LTS 10.0.5 Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Milestone

Comments

@yigitfindikli
Copy link
Member

yigitfindikli commented Nov 5, 2020

ContextMenu may be more accessible with keyboard.

Key Description
Up Navigates to the previous menu item.
Down Navigates to the next menu item.
Left Close the current submenu and navigates to the parent menu.
Right Open the next submenu and navigates to it.
Esc Closes the contextMenu.
Enter Select the menu item and then calls its command callback.
@yigitfindikli yigitfindikli added the Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add label Nov 5, 2020
@yigitfindikli yigitfindikli added this to the 10.1.0 milestone Nov 5, 2020
@yigitfindikli yigitfindikli self-assigned this Nov 5, 2020
@mertsincan mertsincan changed the title ContextMenu KeyboardSupport Add keyboard support to ContextMenu Nov 7, 2020
@mertsincan mertsincan self-assigned this Nov 7, 2020
@yigitfindikli yigitfindikli added LTS-PORTABLE LTS-FIXED-9.1.8 Fixed in PrimeNG LTS 9.1.8 labels Nov 9, 2020
mertsincan added a commit that referenced this issue Nov 9, 2020
@lennybakkalian
Copy link

Does not work if several context dialogs are opened one above the other

@yigitfindikli yigitfindikli added LTS-PORTABLE LTS-FIXED-10.0.5 Fixed in PrimeNG LTS 10.0.5 and removed LTS-PORTABLE labels Nov 19, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
LTS-FIXED-9.1.8 Fixed in PrimeNG LTS 9.1.8 LTS-FIXED-10.0.5 Fixed in PrimeNG LTS 10.0.5 Type: Enhancement Issue contains an enhancement related to a specific component. Additional functionality has been add
Projects
None yet
Development

No branches or pull requests

3 participants