mirror of
https://github.com/EGroupware/egroupware.git
synced 2025-01-09 15:38:27 +01:00
Make sure magicsuggest loses its focus class to avoid focus stealing issues with multiple on a page
This commit is contained in:
parent
7fd7a7e908
commit
cfba2eea33
@ -401,6 +401,11 @@ var et2_taglist = (function(){ "use strict"; return et2_selectbox.extend([et2_IR
|
|||||||
// Do size limit checks
|
// Do size limit checks
|
||||||
this.resize();
|
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;
|
return true;
|
||||||
},
|
},
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user