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.
--
Ticket URL: <https://code.djangoproject.com/ticket/33725>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.
* Attachment "nav-filter-tab-stops.png" added.
Screenshot of the django admin in dark mode, with tab stops visualisation
showing a stop on an invisible element
Old description:
> 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:
>
>
> 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.
New description:
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:
[[Image(https://code.djangoproject.com/raw-attachment/ticket/33725/nav-
filter-tab-stops.png)]]
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.
--
--
Ticket URL: <https://code.djangoproject.com/ticket/33725#comment:1>