Opened 9 years ago
Closed 9 years ago
#33176 closed defect (bug) (fixed)
Customizer Menus: Duplicate item in Menu Location selection
Reported by: | tywayne | Owned by: | westonruter |
---|---|---|---|
Milestone: | 4.3 | Priority: | normal |
Severity: | normal | Version: | 4.3 |
Component: | Customize | Keywords: | has-patch |
Focuses: | javascript | Cc: |
Description
Steps to reproduce:
- Create a new menu in customizer
- Save and Publish
- Navigate to Menu Locations
- Opening <select> shows duplicate
gif of steps here: https://cloudup.com/c0NgUy11GdP
The duplicate item in menu location <select> has a temp id, so most likely not being correctly replaced on save.
Attachments (1)
Change History (7)
#1
@
9 years ago
- Milestone changed from Awaiting Review to 4.3
- Owner set to westonruter
- Status changed from new to assigned
#2
@
9 years ago
- Focuses javascript added
- Keywords needs-patch added
- Status changed from assigned to accepted
#3
follow-up:
↓ 5
@
9 years ago
- Keywords has-patch added; needs-patch removed
@tywayne: Good catch! So this is an amendment to #32814.
Please test 33176.diff. It updates the nav_menu_locations
controls to remove the placeholder menu option when the menu is inserted.
This ticket was mentioned in Slack in #core-customize by westonruter. View the logs.
9 years ago
#5
in reply to:
↑ 3
@
9 years ago
Replying to westonruter:
@tywayne: Good catch! So this is an amendment to #32814.
Please test 33176.diff. It updates the
nav_menu_locations
controls to remove the placeholder menu option when the menu is inserted.
Looks good to me. Working as expected now, thanks!
https://github.com/xwp/wordpress-develop/pull/109