Opened 8 years ago
Closed 8 years ago
#38366 closed defect (bug) (duplicate)
Hide "Previously uploaded" and "Suggested" when list is empty
Reported by: |
|
Owned by: |
|
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.6 |
Component: | Customize | Keywords: | has-patch |
Focuses: | javascript | Cc: |
Description
It seems like this issue was introduced in 4.6.
- Go to the header image control in the customizer
- Make sure that you're customizing a theme with custom header support
- Notice the "Previously uploaded" and "Suggested" headlines without a list of images
Attachments (3)
Change History (9)
#2
@
8 years ago
- Milestone changed from Awaiting Review to 4.7
- Owner set to celloexpressions
- Status changed from new to assigned
#3
@
8 years ago
- Keywords has-patch added; needs-patch removed
I added a patch that updates the selector for the header text based on the new notification div that is between the list and the title of the list.
This ticket was mentioned in Slack in #core-customize by fencer04. View the logs.
8 years ago
Note: See
TracTickets for help on using
tickets.
trunk/src/wp-includes/js/customize-views.js?rev=36639&marks=196#L173:
$.prev()
doesn't contain.customize-control-title
anymore, it's nowdiv.customize-control-notifications-container
.