diff --git a/src/wp-admin/js/tags-box.js b/src/wp-admin/js/tags-box.js index 0c508027f8..9603c1ea7c 100644 --- a/src/wp-admin/js/tags-box.js +++ b/src/wp-admin/js/tags-box.js @@ -221,7 +221,7 @@ var tagBox, array_unique_noempty; tagBox.flushTags( $( this ).closest( '.tagsdiv' ) ); }); - $( 'input.newtag', ajaxtag ).keyup( function( event ) { + $( 'input.newtag', ajaxtag ).keypress( function( event ) { if ( 13 == event.which ) { tagBox.userAction = 'add'; tagBox.flushTags( $( this ).closest( '.tagsdiv' ) );