Changes between Initial Version and Version 1 of Ticket #36511
- Timestamp:
- Jul 19, 2025, 6:41:13 AM (4 months ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #36511
- Property Triage Stage Unreviewed → Accepted
- Property Summary Optimize accessibility of filters in django admin console → Optimize accessibility of filters in django admin
-
Ticket #36511 – Description
initial v1 1 I'm not seeing any previously logged tickets for this, so adding a new ticket to report.2 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. 1 When using keyboard tabs to navigate a page in the django admin interface, 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 [https://accessibilityinsights.io/docs/web/getstarted/fastpass/#complete-the-assisted-test-for-tab-stops AXE tab stops] during accessibility testing. 2 3 3 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.