Opened 9 years ago
Closed 9 years ago
#34629 closed defect (bug) (fixed)
Nav menu item controls are not (auto-)focusable
Reported by: | westonruter | Owned by: | westonruter |
---|---|---|---|
Milestone: | 4.4 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | Customize | Keywords: | has-patch |
Focuses: | javascript | Cc: |
Description
When attempting to access the Customizer with a nav_menu_item
control autofocused, using a URL such as:
http://src.wordpress-develop.dev/wp-admin/customize.php?autofocus[control]=nav_menu_item[4953]
The result is that the Customizer does not focus on that control when it loads. Instead, when attempting to click through to the nav menu item there is an additional regression where you have to click the menu section twice to open it.
The issue with focus
on the nav menu item control was addressed previously for Widgets in #33258. The same fix is needed for nav menu items.
Attachments (1)
Change History (3)
Note: See
TracTickets for help on using
tickets.
In 35584: