From f77f52d77d201c6efb95f1f3e494184f7c4e3a3f Mon Sep 17 00:00:00 2001 From: Hadi Nategh Date: Thu, 21 Apr 2016 10:45:19 +0000 Subject: [PATCH] Stay focused after item selection to get ready for next selection and avoiding two clicks --- api/js/etemplate/et2_widget_taglist.js | 1 + 1 file changed, 1 insertion(+) diff --git a/api/js/etemplate/et2_widget_taglist.js b/api/js/etemplate/et2_widget_taglist.js index 29ce5d2f1a..49b2d8f6e2 100644 --- a/api/js/etemplate/et2_widget_taglist.js +++ b/api/js/etemplate/et2_widget_taglist.js @@ -345,6 +345,7 @@ var et2_taglist = (function(){ "use strict"; return et2_selectbox.extend([et2_IR }); $j('body').one('click',function() { taglist.collapse(); + taglist.input.focus(); });},100 ); this.$taglist.one('collapse', function() {