[wp-trac] [WordPress Trac] #26061: Customizer settings with non-scalar values incorrectly trigger as changed
WordPress Trac
noreply at wordpress.org
Fri Dec 6 00:09:40 UTC 2013
#26061: Customizer settings with non-scalar values incorrectly trigger as changed
--------------------------+-----------------------------
Reporter: westonruter | Owner: ocean90
Type: defect (bug) | Status: reopened
Priority: normal | Milestone: Future Release
Component: Appearance | Version: 3.4
Severity: normal | Resolution:
Keywords: needs-patch |
--------------------------+-----------------------------
Comment (by westonruter):
@nacin Do we have details on what broke specifically in IE 11? If
`isEqual` broke the Customizer, then perhaps the other instances of
`_.isEqual()` are breaking IE 11 too. For instance:
{{{
src/wp-includes/js/media-models.js
65: if ( _.isEqual( a, b ) )
502: if ( ! _.isEqual( attachment.attributes,
newAttributes ) )
783: return _.isEqual( query.args, args
);
src/wp-includes/js/shortcode.js
219: } else if ( _.isEqual( _.keys( attrs ), [ 'named',
'numeric' ] ) ) {
}}}
--
Ticket URL: <http://core.trac.wordpress.org/ticket/26061#comment:15>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list