Opened 20 months ago
Last modified 20 months ago
#35292 closed Cleanup/optimization
Restore autofocus functionality to admin search box within popup interface — at Version 2
| Reported by: | Mattias L | Owned by: | nobody |
|---|---|---|---|
| Component: | contrib.admin | Version: | 5.0 |
| Severity: | Normal | Keywords: | accessibility, screen reader, autofocus |
| Cc: | Triage Stage: | Unreviewed | |
| Has patch: | yes | Needs documentation: | no |
| Needs tests: | no | Patch needs improvement: | no |
| Easy pickings: | no | UI/UX: | no |
Description (last modified by )
After recently upgrading to Django 4, we've had users report issues related to the changes made in #34040. The users perform quite a lot of these searches, and an extra click to focus the search box annoys them. I wonder if it would be possible to restore the autofocus functionality when in popup? In the popup context, I think it makes sense to autofocus the search box since usability greatly improves.
Change History (2)
comment:1 by , 20 months ago
comment:2 by , 20 months ago
| Description: | modified (diff) |
|---|
Note:
See TracTickets
for help on using tickets.
PR up here: https://github.com/django/django/pull/17967