From f33ed0595ff563e9f6dbc3b6cf84352aab562a2c Mon Sep 17 00:00:00 2001 From: alec Date: Fri, 22 Jul 2011 10:26:05 +0000 Subject: - Hide autocomplete popup on Cancel/Save action git-svn-id: https://svn.roundcube.net/trunk@4952 208e9e7b-5314-0410-a742-e7e81cd9613c --- plugins/acl/acl.js | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugins/acl/acl.js b/plugins/acl/acl.js index 9ca0a2384..1831ea0c9 100644 --- a/plugins/acl/acl.js +++ b/plugins/acl/acl.js @@ -93,6 +93,7 @@ rcube_webmail.prototype.acl_save = function() // Cancel/Hide form rcube_webmail.prototype.acl_cancel = function() { + this.ksearch_blur(); this.acl_form.hide(); } @@ -108,6 +109,8 @@ rcube_webmail.prototype.acl_update = function(o) // add new row this.acl_add_row(o, true); + // hide autocomplete popup + this.ksearch_blur(); // hide form this.acl_form.hide(); } -- cgit v1.2.3