Passwords: Refresh password fields when content is pasted into fields.

Use feature detection to determine whether password inputs should use the `keyup` or `input` event.

Props peterwilsoncc, adamsilverstein.
Fixes #33398.
Built from https://develop.svn.wordpress.org/trunk@34060


git-svn-id: http://core.svn.wordpress.org/trunk@34028 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Dominik Schilling
2015-09-11 21:52:27 +00:00
parent cd7c0f0b0d
commit efcdeea2f1
3 changed files with 19 additions and 10 deletions

View File

@@ -4,7 +4,7 @@
*
* @global string $wp_version
*/
$wp_version = '4.4-alpha-34059';
$wp_version = '4.4-alpha-34060';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.