[wp-trac] [WordPress Trac] #27993: Support for contexts in the Customizer
WordPress Trac
noreply at wordpress.org
Tue Jul 29 05:57:54 UTC 2014
#27993: Support for contexts in the Customizer
------------------------------+-----------------------------
Reporter: danielbachhuber | Owner:
Type: enhancement | Status: reopened
Priority: normal | Milestone: 4.0
Component: Customize | Version:
Severity: normal | Resolution:
Keywords: has-patch commit | Focuses: ui, javascript
------------------------------+-----------------------------
Changes (by lancewillett):
* status: closed => reopened
* resolution: fixed =>
Comment:
Noticed this isn't fully back compat, the Jetpack "Social Links"
Customizer panel controls are hidden after the changes in r29051. Looks
like specifically the {{{control.active.bind}}} "active" value is true
during the Customizer load but false just as it ends loading.
To repeat:
1. Activate latest Jetpack version (3.0.2) on an install of latest WP
trunk (4.0-beta2-20140729)
2. Enable "Publicize" module and connect to a social service like Twitter,
Facebook, etc
3. Go to Customizer and as the page loads, open the "Connect" panel --
you'll see the controls are visible
4. Just before the page is loaded fully the controls disappear as
{{{display: none}}} is added to the container element
([https://github.com/Automattic/jetpack/blob/master/modules/theme-tools
/social-links.php Source code for the plugin].)
--
Ticket URL: <https://core.trac.wordpress.org/ticket/27993#comment:25>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list