Make WordPress Core

Opened 30 hours ago

Closed 30 hours ago

Last modified 29 hours ago

#65935 closed defect (bug) (fixed)

Customizer: Menus 'Reorder' and 'Add Items' buttons visual order and DOM order mismatch

Reported by: afercia Owned by: afercia
Priority: normal Milestone: 7.2
Component: Customize Version:
Severity: normal Keywords: has-patch has-unit-tests
Cc: Focuses: accessibility

Description

Similarly to #65902 for the Widgets panel, the DOM order of the 'Reorder' and 'Add Items' in the Menus panel needs to match the visual order.

Change History (3)

This ticket was mentioned in PR #13228 on WordPress/wordpress-develop by @afercia.


30 hours ago
#1

  • Keywords has-patch has-unit-tests added

Trac ticket: https://core.trac.wordpress.org/ticket/65935#ticket

Fixes the order of the Reorder' and 'Add Items' in the Customizer > Menus panel.

## Use of AI Tools

None

#2 @afercia
30 hours ago

  • Owner set to afercia
  • Resolutionfixed
  • Status newclosed

In 63336:

Customize: Fix visual and DOM order mismatch of the Menus panel buttons.

In the Customizer > Menus panel, the visual order of the 'Reorder' and 'Add Items' buttons didn't match the DOM order.
For accessibility, the visual order and DOM order must match when they impact tab sequence, interaction, and meaning.

Developed in https://github.com/WordPress/wordpress-develop/pull/13228

Props afercia.
Fixes #65935.

#3 @afercia
29 hours ago

In 63337:

Customize: Remove leading space from CSS selector in customize-controls.css.

Amends [63336].

Unprops afercia.
See #65935.

Note: See TracTickets for help on using tickets.