[wp-trac] [WordPress Trac] #35616: Align settings in Customizer preview with settings in Customizer pane
WordPress Trac
noreply at wordpress.org
Tue Jan 26 23:51:19 UTC 2016
#35616: Align settings in Customizer preview with settings in Customizer pane
-------------------------+--------------------------
Reporter: westonruter | Owner: westonruter
Type: enhancement | Status: closed
Priority: normal | Milestone: 4.5
Component: Customize | Version: 3.4
Severity: normal | Resolution: fixed
Keywords: has-patch | Focuses: javascript
-------------------------+--------------------------
Changes (by westonruter):
* status: accepted => closed
* resolution: => fixed
Comment:
In [changeset:"36407"]:
{{{
#!CommitTicketReference repository="" revision="36407"
Customizer: Improve parity between JS Setting models in preview with JS
Setting models in pane.
* Ensure that Setting `Value` objects in preview get initial `_dirty` flag
set if values among POST data.
* Upon `saved` event, send `saved` message to preview with the `response`
to trigger `saved` event there.
* Reset `_dirty` flag for all setting `Value` objects in preview upon
`saved`.
* Continue to create settings synced from pane even after initial
bootstrap, and create them as dirty.
* Ensure that `id` property is set for setting `Value` objects in preview.
See #27355.
Fixes #35616.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/35616#comment:3>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list