Link modal: reset search results appropriately

Reset the search results when the input field is emptied with the
browser's "clear" button inside that field.

Fixes #32174.

Built from https://develop.svn.wordpress.org/trunk@32593


git-svn-id: http://core.svn.wordpress.org/trunk@32563 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Ella Iseulde Van Dorpe 2015-05-25 06:41:25 +00:00
parent 6e0e924de9
commit 677c3e53bb
3 changed files with 3 additions and 3 deletions

View File

@ -68,7 +68,7 @@ var wpLink;
inputs.queryNoticeTextHint.addClass( 'screen-reader-text' ).hide();
} );
inputs.search.keyup( function() {
inputs.search.on( 'keyup input', function() {
var self = this;
window.clearTimeout( searchTimer );

File diff suppressed because one or more lines are too long

View File

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