Make WordPress Core

Opened 9 years ago

Closed 9 years ago

#32189 closed defect (bug) (fixed)

List table: make the sorting indicator arrow visible on focus

Reported by: afercia's profile afercia Owned by: afercia's profile afercia
Milestone: 4.3 Priority: normal
Severity: normal Version: 4.2
Component: Administration Keywords: has-patch commit
Focuses: ui, accessibility Cc:

Description

In all List Tables, when tabbing through the sortable headers links, the "sorting-indicator" arrows are not displayed.
Keyboard users are missing an important feedback about the links purpose.

Attachments (1)

32189.patch (1.3 KB) - added by afercia 9 years ago.

Download all attachments as: .zip

Change History (9)

@afercia
9 years ago

#1 @afercia
9 years ago

  • Keywords has-patch added

Proposed patch makes the arrows visible on focus.
Please notice I've removed some CSS declarations related to background image/image position. I can't see any image used there, unless I'm missing something.

This ticket was mentioned in Slack in #accessibility by afercia. View the logs.


9 years ago

#3 @joedolson
9 years ago

This is good - also note related: #32170

#4 @joedolson
9 years ago

  • Milestone changed from Awaiting Review to 4.3
  • Owner set to afercia
  • Status changed from new to assigned

This ticket was mentioned in Slack in #core by joedolson. View the logs.


9 years ago

#6 @joedolson
9 years ago

  • Keywords commit added

This ticket was mentioned in Slack in #accessibility by afercia. View the logs.


9 years ago

#8 @jorbin
9 years ago

  • Resolution set to fixed
  • Status changed from assigned to closed

In 32521:

In List Tables, ensure sorting indicator is visible on focus

In all List Tables, when tabbing through the sortable headers links, the "sorting-indicator" arrows are not displayed. Keyboard users are missing important feedback about the links purpose.

Happy #GAAD

Props afercia
Fixes #32189

Note: See TracTickets for help on using tickets.