-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
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 accessibility of buttons in the external storage configuration #33357
Conversation
@tyrylu thanks a lot for your accessibility fix. can you please rebase / rearrange your commits ? a single commit should be enough for this fix let us know if you need help. |
/rebase |
8fde5b8
to
7f82051
Compare
3e64cb2
to
b6eb687
Compare
Note that there is no keyboard only way to close the dropdown Signed-off-by: Christopher Ng <[email protected]>
b6eb687
to
d760cde
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.
👍
Thanks for your first pull request and welcome to the community! Feel free to keep them coming! If you are looking for issues to tackle then have a look at this selection: https://github.com/nextcloud/server/issues?q=is%3Aopen+is%3Aissue+label%3A%22good+first+issue%22 |
This means adding the button role and a tabindex attribute. It also tries to handle the expanded state for the advanced options dropdown.
Note, however, that there is no keyboard only way how to close the dropdown.