forked from extern/egroupware
Make sure magicsuggest loses its focus class to avoid focus stealing issues with multiple on a page
This commit is contained in:
parent
89fc87806a
commit
ea4d7cd2c6
@ -401,6 +401,11 @@ var et2_taglist = (function(){ "use strict"; return et2_selectbox.extend([et2_IR
|
||||
// Do size limit checks
|
||||
this.resize();
|
||||
|
||||
// Make sure magicsuggest loses focus class to prevent issues with
|
||||
// multiple on the page
|
||||
this.div.on('blur', 'input', function() {
|
||||
jQuery('.ms-ctn-focus', widget.div).removeClass('ms-ctn-focus');
|
||||
})
|
||||
return true;
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user