Opened 4 months ago
Last modified 4 months ago
#36511 closed Cleanup/optimization
Optimize accessibility of filters in django admin console — at Initial Version
| Reported by: | laurenherregodts | Owned by: | |
|---|---|---|---|
| Component: | contrib.admin | Version: | 5.2 |
| Severity: | Normal | Keywords: | accessibility, filtering |
| Cc: | Antoliny | Triage Stage: | Ready for checkin |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | yes |
Description
I'm not seeing any previously logged tickets for this, so adding a new ticket to report.
When using tabs to navigate a page in the django admin console, the filter panel is only accessed as last part of the page. This means users will have to tab through entire tables. The issue was identified using AXE tab stops during accessibility testing.
I believe there are no changes to the styles needed, just move the template so the DOM order is more correct and filter panel is accessed earlier.