Opened 17 months ago

Last modified 6 days ago

#34619 assigned Bug

Ensures select element has an accessible name — at Version 2

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 Mariusz Felisiak)

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 (2)

comment:1 by Cheuk Ting Ho, 17 months ago

Description: modified (diff)

comment:2 by Mariusz Felisiak, 17 months ago

Description: modified (diff)
Triage Stage: UnreviewedAccepted

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

Are we talking about aria-label? Sorry, I'm not an expert in this area.

Tentatively accepted as I believe you discussed this with Thibaud.

Note: See TracTickets for help on using tickets.
Back to Top