Make WordPress Core

Opened 11 years ago

Closed 11 years ago

Last modified 11 years ago

#28890 closed defect (bug) (fixed)

Customizer - Widgets - Inactive 'Add a Widget' button can still get focus when using screen reader

Reported by: grahamarmfield's profile GrahamArmfield Owned by: sergeybiryukov's profile SergeyBiryukov
Milestone: 4.0 Priority: normal
Severity: normal Version: 4.0
Component: Customize Keywords:
Focuses: accessibility Cc:

Description

Tested with NVDA on FF30 and JAWS on IE10, on Windows 7 64 bit.

To recreate:

  • Start your screen reader
  • Tab into Customize > Widgets
  • Tab to sidebar that has widgets within it and press Enter to open.
  • Tab to the Reorder button and press Enter.
  • Reverse tab once - focus is now on Add a Widget button and screen reader announces it. Visual indication implies that this button is inactive. Pressing enter key gives no result.

Suggest that when this button is inactive it is removed from tab order by removing the tabindex="0".

Change History (2)

#1 @SergeyBiryukov
11 years ago

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

In 29243:

Customizer: Remove "Add a Widget" button from tab order when reordering widgets.

fixes #28890.

#2 @SergeyBiryukov
11 years ago

  • Milestone changed from Awaiting Review to 4.0
Note: See TracTickets for help on using tickets.