[wp-trac] [WordPress Trac] #35832: Paste action in text field/area context menu in theme customizer leaves Save&Publish button disabled (Firefox)

WordPress Trac noreply at wordpress.org
Mon Sep 18 19:10:40 UTC 2017


#35832: Paste action in text field/area context menu in theme customizer leaves
Save&Publish button disabled (Firefox)
-----------------------------+---------------------------------------------
 Reporter:  xkr47            |       Owner:  westonruter
     Type:  defect (bug)     |      Status:  closed
 Priority:  normal           |   Milestone:  4.9
Component:  Customize        |     Version:  3.4
 Severity:  normal           |  Resolution:  fixed
 Keywords:  has-patch        |     Focuses:  ui, javascript, administration
  needs-refresh              |
-----------------------------+---------------------------------------------
Changes (by westonruter):

 * status:  accepted => closed
 * resolution:   => fixed


Comment:

 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/35832#comment:19>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform


More information about the wp-trac mailing list