From bc8e3599e62e4d6ef9965fc401fcd23924d570df Mon Sep 17 00:00:00 2001 From: Andrea Fercia Date: Fri, 11 Sep 2015 23:33:43 +0000 Subject: [PATCH] Quick Edit: fix the Tags auto-suggest tooltip visibility. Be sure to hide the `jquery.suggest` Tags textarea tooltip also when using the keyboard to Save/Cancel. Props rommelxcastro for the initial patch. Fixes #32580. git-svn-id: https://develop.svn.wordpress.org/trunk@34064 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/js/inline-edit-post.js | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/src/wp-admin/js/inline-edit-post.js b/src/wp-admin/js/inline-edit-post.js index 02f5c76ea2..fa0bbbe717 100644 --- a/src/wp-admin/js/inline-edit-post.js +++ b/src/wp-admin/js/inline-edit-post.js @@ -268,6 +268,7 @@ inlineEditPost = { $.post( ajaxurl, params, function(r) { $( 'table.widefat .spinner' ).removeClass( 'is-active' ); + $( '.ac_results' ).hide(); if (r) { if ( -1 !== r.indexOf( '