Opened 10 years ago
Closed 10 years ago
#39102 closed defect (bug) (fixed)
Customize: Shift-click on placeholder nav menu items fails to focus on the nav menu item control
| Reported by: | westonruter | Owned by: | westonruter |
|---|---|---|---|
| Priority: | normal | Milestone: | 4.7.1 |
| Component: | Customize | Version: | |
| Severity: | normal | Keywords: | has-patch commit fixed-major |
| Cc: | Focuses: |
Description
When you shift-click on a nav menu item in the customizer preview, the corresponding nav_menu_item control should be focused in the pane. However, currently when adding a new nav menu item in the customizer, shift-click is focusing on the nav menu location control as opposed to the nav menu item control.
Attachments (1)
Change History (8)
#5
@
10 years ago
- Keywords commit fixed-major added
- Milestone 4.8 → 4.7.1
- Resolution fixed
- Status closed → reopened
While technically this issue existed before 4.7, I think actually it will be much more noticeable with starter content since shift-click on the menus won't open the nav menu item controls as a user would normally expect for nav menus that are already saved. So I'm milestoning this tiny fix for 4.7.1.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
The fix is trivial. We just have to account for placeholder nav menu ids being negative in the regular expression: 39102.0.diff.
Note that this would eventually be made irrelevant by #38072.