Opened 11 years ago
Closed 11 years ago
#34629 closed defect (bug) (fixed)
Nav menu item controls are not (auto-)focusable
| Reported by: | westonruter | Owned by: | westonruter |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.4 |
| Component: | Customize | Version: | 4.3 |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: | javascript |
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.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In 35584: