Opened 3 months ago
Last modified 2 weeks ago
#35892 assigned Cleanup/optimization
Support Widget.use_fieldset in admin forms
Reported by: | Sarah Boyce | Owned by: | JakeWalson |
---|---|---|---|
Component: | contrib.admin | Version: | 5.0 |
Severity: | Normal | Keywords: | accessibility |
Cc: | David Smith, Tom Carrick, Thibaud Colas, Antoliny | Triage Stage: | Accepted |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | yes |
Easy pickings: | no | UI/UX: | no |
Description
Currently, the admin doesn't respect Widget.use_fieldset
When a widget has this set, the field should be rendered in a fieldset, ideally with a legend tag (or the fieldset using aria-labelledby
) and have aria-describedby
to associate the helptext to the fieldset
All admin widgets should be reviewed as to whether use_fieldset
should be True
See this PR discussion for context: https://github.com/django/django/pull/18742#issuecomment-2460108968
Change History (9)
comment:1 by , 3 months ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 3 months ago
Cc: | added |
---|---|
Owner: | set to |
Status: | new → assigned |
comment:3 by , 3 months ago
Has patch: | set |
---|
comment:4 by , 3 months ago
Patch needs improvement: | set |
---|
comment:5 by , 3 months ago
Cc: | removed |
---|---|
Owner: | removed |
Status: | assigned → new |
comment:6 by , 2 months ago
Cc: | added |
---|
follow-up: 8 comment:7 by , 2 months ago
Owner: | set to |
---|---|
Status: | new → assigned |
follow-up: 9 comment:8 by , 2 weeks ago
Replying to JakeWalson:
are you still working on this ticket? if your not can i work this ticket?
comment:9 by , 2 weeks ago
Replying to Antoliny:
Replying to JakeWalson:
are you still working on this ticket? if your not can i work this ticket?
I'm currently working on this ticket. Let me know if you need any updates or if there's anything specific you'd like to discuss!
https://github.com/django/django/pull/18803