[wp-trac] [WordPress Trac] #28477: New Built-in Customizer Control Types
WordPress Trac
noreply at wordpress.org
Mon Sep 18 19:10:43 UTC 2017
#28477: New Built-in Customizer Control Types
------------------------------+---------------------------------
Reporter: celloexpressions | Owner: ocean90
Type: enhancement | Status: closed
Priority: normal | Milestone: 4.0
Component: Customize | Version: 3.4
Severity: normal | Resolution: fixed
Keywords: has-patch commit | Focuses: ui, administration
------------------------------+---------------------------------
Comment (by westonruter):
In [changeset:"41387"]:
{{{
#!CommitTicketReference repository="" revision="41387"
Customize: Use `input` event instead of `keyup` or `propertychange` events
when listening for changes in `wp.customize.Element` instances.
Ensures that a control's `Element` is updated in response to pasting into
the field. Also fixes issue where inputs using "new" HTML5 types (like
`url` and `number`) were not updating in the preview during keystrokes.
The use of `input` was previously blocked due to needing to support IE9,
but this is no longer a concern since IE<11 is no longer supported.
See #38845, #28477.
Fixes #35832.
}}}
--
Ticket URL: <https://core.trac.wordpress.org/ticket/28477#comment:16>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list