Make WordPress Core

Opened 11 years ago

Closed 11 years ago

#32665 closed defect (bug) (fixed)

Customizer Menus: doubled entries when using the keyboard

Reported by: designsimply's profile designsimply Owned by: ocean90's profile ocean90
Milestone: 4.3 Priority: normal
Severity: normal Version: 4.3
Component: Customize Keywords: needs-patch
Focuses: accessibility Cc:

Description

Using the keyboard, tab to a link you want to add, and press Enter or Spacebar.
The link is added to the menu, two times.

https://camo.githubusercontent.com/268a6da09c3b4c84e44cb85f998b3afd4f8f3af7/68747470733a2f2f636c6475702e636f6d2f79396f5a7661557038592e706e67

/hat tip afercia for the original report at https://github.com/voldemortensen/menu-customizer/issues/83

Change History (4)

#1 @miqrogroove
11 years ago

  • Milestone changed from Awaiting Review to 4.3

This ticket was mentioned in Slack in #core-customize by sheri. View the logs.


11 years ago

#3 @designsimply
11 years ago

  • Keywords needs-patch added

#4 @ocean90
11 years ago

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

In 32890:

Customizer: Don't add a menu item twice when using the keyboard.

Buttons don't need keyboard events, they natively support keyboard interaction and they just need a click event.

fixes #32665.

Note: See TracTickets for help on using tickets.