Closed
Description
- Gitea version (or commit ref): 1.9.1
- Git version: 2.23
- Operating system: Arch Linux
- Database (use
[x]
):- PostgreSQL
- MySQL
- MSSQL
- SQLite
- Can you reproduce the bug at https://try.gitea.io:
- Yes (provide example URL)
https://try.gitea.io/Jookia/test/settings/collaboration - No
- Not relevant
- Yes (provide example URL)
- Log gist:
Description
When managing collaborators in repository settings, any changes to user permissions made just by using the keyboard to focus the drop down menu and arrows to select an item do not save. I looked at the HTML and saw that the saving only happens onclick, which isn't triggered when using the keyboard.
Because of this you can't set collaborator permissions with only the keyboard. This is a significant roadblock for accessibility.
Screenshots
Bug isn't visible in a screenshot