Opened 10 years ago
Closed 10 years ago
#30929 closed defect (bug) (fixed)
Inconsistent UI in Customizer > Navigaton
Reported by: | kucrut | Owned by: | |
---|---|---|---|
Milestone: | 4.2 | Priority: | normal |
Severity: | normal | Version: | |
Component: | Customize | Keywords: | has-patch |
Focuses: | ui | Cc: |
Description
On a new install or after activating a theme that supports menu locations, the menu dropdowns on the Navigation section have empty options selected, while — Select — should be selected instead.
Attachments (1)
Change History (6)
#3
follow-up:
↓ 4
@
10 years ago
30929.diff works as expected.
Any idea why it works without the patch on the Menus screen?
#4
in reply to:
↑ 3
@
10 years ago
Replying to SergeyBiryukov:
30929.diff works as expected.
Any idea why it works without the patch on the Menus screen?
I believe it's because on the Customizer screen, the option is actually selected by JS, while on the Menu Locations screen, the browser simply displays the first option (nothing is selected).
Note: See
TracTickets for help on using
tickets.
Use empty string as default option's value instead of 0.