Opened 17 months ago

Closed 17 months ago

Last modified 4 weeks ago

#34917 assigned Cleanup/optimization (wontfix)

Links within text in the Django admin are difficult to identify — at Version 4

Reported by: Dmitriy Chukhin Owned by: nobody
Component: contrib.admin Version: dev
Severity: Normal Keywords: accessibility, anchor
Cc: Thibaud Colas, Sarah Abderemane, Tom Carrick, Ülgen Sarıkavak Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: yes

Description (last modified by Dmitriy Chukhin)

In the Django admin, some fields have text with an anchor link, and this text appears without an indication that it is a link.
The text should appear with an indication (an underline), to meet accessibility guidelines.

According to the ticket's flags, the next step(s) to move this issue forward are:

  • For anyone except the patch author to review the patch using the patch review checklist and either mark the ticket as "Ready for checkin" if everything looks good, or leave comments for improvement and mark the ticket as "Patch needs improvement".

Change History (6)

comment:1 by Dmitriy Chukhin, 17 months ago

Description: modified (diff)

by Dmitriy Chukhin, 17 months ago

Attachment: Screenshot.png added

comment:2 by Mariusz Felisiak, 17 months ago

Cc: Thibaud Colas Sarah Abderemane Tom Carrick added
Resolution: wontfix
Status: assignedclosed

Thanks for the ticket, however, this was discussed as a part of #34038, and at the end removed from the recommendation.

comment:3 by Dmitriy Chukhin, 17 months ago

Description: modified (diff)

comment:4 by Dmitriy Chukhin, 17 months ago

Description: modified (diff)

by Thibaud Colas, 16 months ago

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