- Notifications
You must be signed in to change notification settings - Fork 452
♿️(frontend) keyboard interaction with menu #1244
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
Conversation
3b0b9a6 to d07c1e2 Compare abafa1a to 47875b8 Compare | | ||
| const documentTitle = doc.title || t('Untitled document'); | ||
| const menuLabel = t( | ||
| 'Ouvrir le menu des actions pour le document: {{title}}', |
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.
English first.
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.
It is still in french.
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.
Of course !
src/frontend/apps/impress/src/features/docs/docs-grid/components/DocsGridActions.tsx Outdated Show resolved Hide resolved
1468e2f to 966607e Compare 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.
Some tests e2e broke, probably some selectors have changed.
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.
I think we should add a test about this part, maybe we can do it by updating this test ?
| test('checks language switching', async ({ page }) => { |
You could select the language thanks to the keyboard functionally, and assert the selected one is the first that has the focus by example.
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.
Yes I agree ! :) I putted in the same test
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.
376a993 to 0613c8f Compare 659fc2a to b59ddf1 Compare 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.
Nice !
630d341 to c0372c9 Compare 8e2edd5 to 9a85425 Compare Enhances nav for language switch and makes DocsGridActions buttons accessible Signed-off-by: Cyril <c.gromoff@gmail.com>
9a85425 to 5181bba Compare 
Purpose
Unify and improve accessibility across key UI components in the documentation interface.
Proposal