-
Notifications
You must be signed in to change notification settings - Fork 80
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
Revisione componente Tab #1129
base: main
Are you sure you want to change the base?
Revisione componente Tab #1129
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
La selezione del tab item corrente — e il conseguente cambio del contenuto nel tab a seguire — deve avvenire solo per scelta consapevole dell'utente: al click/touch/invio
/spazio
.
Nell'implementazione attuale degli esempi con i controlli, navigando da tastiera, avviene in automatico al solo navigare con le frecce tra i diversi tab item. Con la conseguenza che il solo esplorare le opzioni cambia il contenuto del tab panel.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Nella pagina completa di documentazione si nota che navigando con le frecce (destra > destra > destra > ...) invece di ciclare negli item del componente corrente in cui sei entrato con un tasto Tab, passa al componente dell'esempio successivo... e così via. Deve ciclare tra gli item del componente corrente. Non si va al componente successivo con i tasti freccia. Si entra/esce col tasto Tab nel componente. Poi le frecce (su/giù e dx/sx) non devono portarti fuori o a componenti successivi ma solo ciclare tra gli item. cc @astagi @Virtute90
@Fupete @Virtute90 risolto negli ultimi commit 🙌 |
Fixes #1090 #1096
PR Checklist
main
branch.Short description of what this resolves:
Implementazione del componente tab con react-bootstrap per una migliore gestione dei pattern ARIA
Changes proposed in this Pull Request:
Revisione completa del componente tab in tutte le sue varianti.
Lascio la PR in draft per capire se il lavoro fatto è conforme ai requisiti di accessibilità.
Mancano i seguenti passaggi per completare il componente e la documentazione: