Opened 8 years ago
Closed 8 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 |
---|---|---|---|
Milestone: | 4.7.1 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | has-patch commit fixed-major |
Focuses: | Cc: |
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
@
8 years ago
- Keywords commit fixed-major added
- Milestone changed from 4.8 to 4.7.1
- Resolution fixed deleted
- Status changed from closed to 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.
Note: See
TracTickets for help on using
tickets.
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.