[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
Sun Feb 21 05:18:26 UTC 2016
#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: accepted
Priority: normal | Milestone: 4.5
Component: Customize | Version: 3.4
Severity: normal | Resolution:
Keywords: has-patch | Focuses: ui, javascript, administration
--------------------------+---------------------------------------------
Comment (by westonruter):
Replying to [comment:3 afercia]:
> Worth considering there's an ongoing effort to standardize on "input"
and "keyup" and don't use "change" any more, discussion started a while
ago, see [comment:59:ticket:26600 26600].
This is great. Thanks for pointing that out. So we should let `input` be
the base event as opposed to `change`, but for IE≤8 we should include
`keyup`, `cut`, `copy`, and `paste` as fallbacks (or perhaps IE's
`propertychange` event?). I wasn't aware that IE8 didn't support `input`,
and also it looks like `input` is not fully supported by IE9 either (in
the case of hitting backspace): http://caniuse.com/#feat=input-event
--
Ticket URL: <https://core.trac.wordpress.org/ticket/35832#comment:4>
WordPress Trac <https://core.trac.wordpress.org/>
WordPress publishing platform
More information about the wp-trac
mailing list