Opened 17 months ago

Last modified 6 days ago

#34619 assigned Bug

Ensures select element has an accessible name — at Version 1

Reported by: Cheuk Ting Ho Owned by: nobody
Component: contrib.admin Version: 4.2
Severity: Normal Keywords: accessibility
Cc: Calvin Vu Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: yes
Easy pickings: no UI/UX: no

Description (last modified by Cheuk Ting Ho)

The following snippet:

`
<select name="permissions_old" id="id_permissions_from" multiple="" class="filtered" data-field-name="permissions" data-is-stacked="0">
`

in admin/auth/group/add/ is lacking the accessible name for the selected. We suspect is the JS widget modified the label generated.

The problematic select elements:

And where their labels need to be created:

Change History (1)

comment:1 by Cheuk Ting Ho, 17 months ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.
Back to Top