Admin sidebar’s filter field should not receive focus when sidebar is closed.
In the Django admin, when I toggle the sidebar to have it closed, my keyboard focus going from the header to the page still disappears for one tab stop. This is tab stop 8 in the following screenshot:
Upon inspection, this seems to be the sidebar’s "Start typing to filter…" field. Since the field is hidden, it shouldn’t be possible to tab to it. The whole contents of the sidebar should be invisible and inert.
Attachments
(1)
- nav-filter-tab-stops.png
(102.1 KB
) - added by Thibaud Colas 2 years ago.
- Screenshot of the django admin in dark mode, with tab stops visualisation showing a stop on an invisible element
Download all attachments as:
.zip
Change History
(14)
Description: |
modified (diff)
|
Cc: |
Tom Carrick Maxim Milovanov added
|
Severity: |
Normal → Release blocker
|
Summary: |
Admin sidebar’s filter field should not receive focus when sidebar is closed → Admin sidebar’s filter field should not receive focus when sidebar is closed.
|
Triage Stage: |
Unreviewed → Accepted
|
Version: |
dev → 4.0
|
Owner: |
changed from nobody to Sankalp
|
Status: |
new → assigned
|
Triage Stage: |
Accepted → Ready for checkin
|
Resolution: |
→ fixed
|
Status: |
assigned → closed
|
Screenshot of the django admin in dark mode, with tab stops visualisation showing a stop on an invisible element