瀏覽代碼

[fix] [minor] set z-index of communication composer autocomplete field

version-14
Anand Doshi 12 年之前
父節點
當前提交
5a19ff3f6a
共有 1 個檔案被更改,包括 4 行新增0 行删除
  1. +4
    -0
      public/js/wn/views/communication.js

+ 4
- 0
public/js/wn/views/communication.js 查看文件

@@ -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…
取消
儲存