Opened 15 years ago
Closed 14 years ago
#12959 closed (fixed)
SelectFilter2: alt text for filter button
Reported by: | Chris Adams | Owned by: | Chris Adams |
---|---|---|---|
Component: | contrib.admin | Version: | 1.2 |
Severity: | Keywords: | accessibility, sprintSep2010 | |
Cc: | chris@…, katie.a.cunningham@… | Triage Stage: | Ready for checkin |
Has patch: | yes | Needs documentation: | no |
Needs tests: | no | Patch needs improvement: | no |
Easy pickings: | no | UI/UX: | no |
Description
Our 508 testing group noticed that SelectFilter2 generates the filter widget without alt text for the image. This patch adds alt text and wraps in a <label>, similar to the main change list search.
Patch attached; commit here for Github users:
http://github.com/acdha/django/commit/a5610a1aa306afe7819055bbabdca24b43dd941e
Attachments (1)
Change History (6)
by , 15 years ago
Attachment: | select_filter_label.patch added |
---|
comment:1 by , 15 years ago
Triage Stage: | Unreviewed → Accepted |
---|
comment:2 by , 15 years ago
Cc: | added |
---|
comment:3 by , 14 years ago
Cc: | added |
---|---|
Keywords: | sprintSep2010 added |
Owner: | changed from | to
Version: | 1.1 → 1.2 |
comment:4 by , 14 years ago
Triage Stage: | Accepted → Ready for checkin |
---|
comment:5 by , 14 years ago
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
Updated patch against 1.2.1:
http://github.com/acdha/django/compare/django-12959
http://github.com/acdha/django/compare/django-12959.patch