Opened 3 months ago

Closed 3 months ago

#35686 closed Bug (fixed)

Cannot navigate by table for screen readers in admin app list when the app list table has only 1 row

Reported by: Sarah Boyce Owned by: Sarah Boyce
Component: contrib.admin Version: 5.1
Severity: Normal Keywords: accessibility
Cc: 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 (last modified by Sarah Boyce)

See attached demo file.
Essentially we should be able to navigate from app table to app table by using the "T" key but this only works for app tables with more than 1 row

Attachments (1)

Table navigation Django admin - Made with Clipchamp (1) (1) (1).mp4 (207.2 KB ) - added by Sarah Boyce 3 months ago.

Download all attachments as: .zip

Change History (8)

comment:1 by Sarah Boyce, 3 months ago

Cc: accessibility added
Component: Uncategorizedcontrib.admin
Description: modified (diff)
Type: UncategorizedBug

comment:2 by Sarah Boyce, 3 months ago

Has patch: set

comment:3 by Sarah Boyce, 3 months ago

Owner: set to Sarah Boyce
Status: newassigned

comment:4 by Sarah Boyce, 3 months ago

Cc: accessibility removed
Keywords: accessibility added

comment:5 by Clifford Gama, 3 months ago

Triage Stage: UnreviewedAccepted

comment:6 by Clifford Gama, 3 months ago

Triage Stage: AcceptedReady for checkin

comment:7 by Sarah Boyce <42296566+sarahboyce@…>, 3 months ago

Resolution: fixed
Status: assignedclosed

In d9ae7f5b:

Fixed #35686 -- Added table headers to app list tables for screen readers.

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