Opened 18 years ago

Closed 18 years ago

Last modified 18 years ago

#1573 closed defect (fixed)

[patch] Search icon on admin change_list page should be clickable to focus search field

Reported by: James Bennett Owned by: Adrian Holovaty
Component: contrib.admin Version: magic-removal
Severity: normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The magnifying-glass icon next to the search input field on admin change list pages is wrapped in a LABEL element, but doesn't use the "FOR" attribute to connect itself to the field; for usability and accessibility purposes, this should be changed.

Attachments (1)

search_form.diff (727 bytes ) - added by James Bennett 18 years ago.
Patch to add "for" attribute on label

Download all attachments as: .zip

Change History (3)

by James Bennett, 18 years ago

Attachment: search_form.diff added

Patch to add "for" attribute on label

comment:1 by James Bennett, 18 years ago

Summary: Search icon on admin change_list page should be clickable to focus search field[patch] Search icon on admin change_list page should be clickable to focus search field

comment:2 by Jacob, 18 years ago

Resolution: fixed
Status: newclosed

(In [2620]) magic-removal: fixed #1573 (thanks, ubernostrum)

Note: See TracTickets for help on using tickets.
Back to Top