Opened 5 days ago

Last modified 3 days ago

#36255 assigned Cleanup/optimization

Rename Django Admin's "Go" button and remove its title attribute

Reported by: Eliana Rosselli Owned by: gtossou
Component: contrib.admin Version: 5.1
Severity: Normal Keywords: accessibility
Cc: Triage Stage: Accepted
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

As part of a larger initiative from the Django a11y team, we're trying to remove or replace uses of the title attribute which is not accessible. The "Go" button has a "Run selected action" title; we think that this can be removed and simply rename the button to "Run". Interestingly enough, other languages are already using words that are more equivalent to "Run" rather than "Go". This comment in the forum explains our reasoning in more detail.

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

  • To provide a patch by sending a pull request. Claim the ticket when you start working so that someone else doesn't duplicate effort. Before sending a pull request, review your work against the patch review checklist. Check the "Has patch" flag on the ticket after sending a pull request and include a link to the pull request in the ticket comment when making that update. The usual format is: [https://github.com/django/django/pull/#### PR].

Change History (4)

comment:1 by gtossou, 5 days ago

Owner: changed from Eliana Rosselli to gtossou

comment:2 by Sarah Boyce, 3 days ago

Owner: changed from gtossou to Eliana Rosselli
Triage Stage: UnreviewedAccepted
Type: UncategorizedCleanup/optimization

Thank you for the ticket!
Assigning back to Eliana as she will work on this with her Djangonauts.

in reply to:  2 comment:3 by Eliana Rosselli, 3 days ago

Replying to Sarah Boyce:

Thank you for the ticket!
Assigning back to Eliana as she will work on this with her Djangonauts.

thanks Sarah! I think this was already assigned to Koffi, a Djangonaut on team Saturn :)

comment:4 by Sarah Boyce, 3 days ago

Owner: changed from Eliana Rosselli to gtossou
Note: See TracTickets for help on using tickets.
Back to Top