Opened 8 years ago
Closed 8 years ago
#33518 closed defect (bug) (duplicate)
issues with the visibility toggle for customize controls
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | 4.3 |
Component: | Customize | Keywords: | |
Focuses: | javascript, administration | Cc: |
Description
After updated to 4.3 i found 2 issues :
1- in the Static Front Page section, the Front page and Posts page controls are no longer hidden when I choose to show the latest posts, like that :
4.3 : http://recordit.co/DXGDL0nzns
before 4.3 : http://recordit.co/iWrta0RRTH
also someone noticed this issue :
https://make.wordpress.org/core/2015/07/27/changes-to-customizer-panels-and-sections-in-4-3/#comment-26637
2- Running JS after theme customizer finished initialization :
which i use js code to show/hide customizer control groups depending on a select item value.
The code was working fine until recent wp update 4.3
more details here :
http://wordpress.stackexchange.com/q/193828
https://wordpress.org/support/topic/does-any-event-runs-after-the-theme-customizer-finishes-loading?replies=1#post-7198118
also the [ .customize-control ] item all time have style ( display:list-item ) and if i hide this item from js code doesn't affect on it.
Thank you for the helpful screencasts. Please watch #33428 for the resolution.