You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The "Rolle:" widget inside the "add people" dialog (see screenshot) is not fully keyboard accessible. While it looks like a select/custom select/combobox it is actually something of a disclosure widget, and the DOM structure fits. You can open/trigger it with the space key, but the items inside the newly visible container ("Betrachter", "Editor", "Zusätzliche Rechte" are not reachable by keyboard.
Remediation
Currently, .files-collaborators-roles-dropdown uses <li>s with a click event. Change this to <button>s instead. Alternatively, see #4790
The text was updated successfully, but these errors were encountered:
Connected to Audit 1, see #4300
1.5 Download a single file, URL: https://ocis-a11y.owncloud.works/#/files/list
Issue
The "Rolle:" widget inside the "add people" dialog (see screenshot) is not fully keyboard accessible. While it looks like a select/custom select/combobox it is actually something of a disclosure widget, and the DOM structure fits. You can open/trigger it with the space key, but the items inside the newly visible container ("Betrachter", "Editor", "Zusätzliche Rechte" are not reachable by keyboard.
Remediation
Currently,
.files-collaborators-roles-dropdown
uses<li>
s with a click event. Change this to<button>
s instead. Alternatively, see #4790The text was updated successfully, but these errors were encountered: