[fix] [minor] set z-index of communication composer autocomplete field
This commit is contained in:
parent
61f2e4a258
commit
5a19ff3f6a
1 changed files with 4 additions and 0 deletions
|
|
@ -345,6 +345,10 @@ wn.views.CommunicationComposer = Class.extend({
|
|||
}
|
||||
});
|
||||
},
|
||||
open: function(event, ui) {
|
||||
var zindex = cint(me.dialog.$wrapper.css("z-index")) + 1
|
||||
$(this).autocomplete("widget").css("z-index", zindex);
|
||||
},
|
||||
focus: function() {
|
||||
// prevent value inserted on focus
|
||||
return false;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue