]> git.donarmstrong.com Git - roundcube.git/blobdiff - plugins/acl/acl.js
Imported Upstream version 0.7
[roundcube.git] / plugins / acl / acl.js
index 4b1431ac3106cef0e2baaa1bf70f814114582773..c4011a81c5af16faf1dc8d0c0013ce9940ccafc6 100644 (file)
@@ -1,7 +1,7 @@
 /**
  * ACL plugin script
  *
- * @version 0.6.1
+ * @version 0.6.3
  * @author Aleksander Machniak <alec@alec.pl>
  */
 
@@ -315,6 +315,9 @@ rcube_webmail.prototype.acl_init_form = function(id)
     this.acl_form.show();
     if (type == 'user')
         name_input.focus();
+
+    // unfocus the list, make backspace key in name input field working
+    this.acl_list.blur();
 }
 
 // Returns class name according to ACL comparision result