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

fix(Menu): Accessibility rule F85, Lost focus on TAB #14247

Merged

Conversation

SoyDiego
Copy link
Contributor

@SoyDiego SoyDiego commented Nov 29, 2023

Fix #14246

I edited only menu.ts the rest of the files were formatted.

CURRENTLY

When I press TAB in the MENU component loose the focus.

problem accessibility

SOLUTION

When I press TAB in the MENU component, the focus continue in the next element.

solution accessibility

Note: When you press ESC the focus is in the element that handle the menu popup, in this case the button.

works with ESC

Copy link

vercel bot commented Nov 29, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
primeng-ssr-test ✅ Ready (Inspect) Visit Preview 💬 Add feedback Nov 29, 2023 4:19pm
1 Ignored Deployment
Name Status Preview Comments Updated (UTC)
primeng ⬜️ Ignored (Inspect) Visit Preview Nov 29, 2023 4:19pm

@SoyDiego SoyDiego changed the title fix(Menu): Accessibility rule F85, loose focus on TAB fix(Menu): Accessibility rule F85, Lost focus on TAB Nov 30, 2023
@cetincakiroglu cetincakiroglu merged commit ecd2beb into primefaces:master Dec 6, 2023
3 of 6 checks passed
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

Successfully merging this pull request may close these issues.

Menu: Accessibility rule F85. Lost focus on TAB
2 participants