Make WordPress Core

Opened 10 years ago

Closed 10 years ago

#31003 closed defect (bug) (fixed)

Row actions not revealed on focus in network users

Reported by: afercia's profile afercia Owned by: jeremyfelt's profile jeremyfelt
Milestone: 4.2 Priority: normal
Severity: normal Version: 4.1
Component: Networks and Sites Keywords: has-patch
Focuses: ui, accessibility, javascript, administration, multisite Cc:

Description

Follow-up to #30980
there's one more place where row-actions are not revealed on focus: on multisite installations
/wp-admin/network/users.php see td.column-blogs

Attachments (1)

31003.patch (836 bytes) - added by afercia 10 years ago.

Download all attachments as: .zip

Change History (6)

@afercia
10 years ago

#1 @afercia
10 years ago

  • Keywords has-patch added

#2 follow-up: @helen
10 years ago

As I noted when we originally went this route, that selector pile is terrible and we should really have a "has-row-actions" indicator or some such. See #25408.

#3 @SergeyBiryukov
10 years ago

  • Milestone changed from Awaiting Review to 4.2

#4 in reply to: ↑ 2 @afercia
10 years ago

Replying to helen:

that selector pile is terrible and we should really have a "has-row-actions" indicator

Totally agree.

#5 @jeremyfelt
10 years ago

  • Owner set to jeremyfelt
  • Resolution set to fixed
  • Status changed from new to closed

In 31674:

Reveal row actions on focus in the network users list table.

In the future, we'll re-factor this selector pile in a way that makes things cleaner. See #25408.

Props afercia.

Fixes #31003.

Note: See TracTickets for help on using tickets.