Merge of fix/script_decomenteditor to develop 脚本编辑器和版式文件bug修改 See merge request o2oa/o2oa!694
@@ -857,7 +857,7 @@ MWF.xApplication.portal.PageDesigner.Script.Item = new Class({
this.change();
}.bind(this));
this.jsEditor.addEditorEvent("blur", function() {
- this.fireEvent("blur");
+ this.change();
// this.editor.on("change", function() {
@@ -747,7 +747,7 @@ MWF.xApplication.process.Xform.Documenteditor = MWF.APPDocumenteditor = new Cla
this.toolbarNode.setStyles({
"position": "absolute",
"width": ""+x+"px",
- "z-index": 20000,
+ "z-index": 200,
"top": paddingTop+"px",
"left": ""+p.x+"px"
});