fixes for IE
This commit is contained in:
@@ -22,7 +22,8 @@ bpmnTask = function (oWorkflow) {
|
|||||||
this.orgYPos = oWorkflow.orgYPos;
|
this.orgYPos = oWorkflow.orgYPos;
|
||||||
|
|
||||||
this.taskName = ''; //It will set the Default Task Name with appropriate count While dragging a task on the canvas
|
this.taskName = ''; //It will set the Default Task Name with appropriate count While dragging a task on the canvas
|
||||||
this.html.addClass('x-task');
|
if( ! Ext.isIE )
|
||||||
|
this.html.addClass('x-task');
|
||||||
};
|
};
|
||||||
|
|
||||||
bpmnTask.prototype = new VectorFigure;
|
bpmnTask.prototype = new VectorFigure;
|
||||||
|
|||||||
@@ -704,7 +704,7 @@ Ext.onReady ( function() {
|
|||||||
handler: workflow.subProcess,
|
handler: workflow.subProcess,
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_layout_link',
|
iconCls: 'button_menu_ext ss_sprite ss_layout_link',
|
||||||
scope: this
|
scope: this
|
||||||
},/* {
|
}/*, {
|
||||||
text: 'Horizontal Line',
|
text: 'Horizontal Line',
|
||||||
handler: ProcessMapObj.horiLine,
|
handler: ProcessMapObj.horiLine,
|
||||||
scope: this
|
scope: this
|
||||||
|
|||||||
@@ -501,11 +501,11 @@ Ext.onReady ( function() {
|
|||||||
}
|
}
|
||||||
},
|
},
|
||||||
failure: function(){
|
failure: function(){
|
||||||
Ext.Msg.alert ('Failure');
|
//Ext.Msg.alert ('Failure');
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
|
||||||
r.record.commit();
|
//r.record.commit();
|
||||||
}, this );
|
}, this );
|
||||||
|
|
||||||
|
|
||||||
@@ -741,9 +741,9 @@ Ext.onReady ( function() {
|
|||||||
handler : function() {
|
handler : function() {
|
||||||
processObj.addTriggers();
|
processObj.addTriggers();
|
||||||
}
|
}
|
||||||
},
|
}
|
||||||
/*
|
/*
|
||||||
{
|
,{
|
||||||
text: 'Report Table',
|
text: 'Report Table',
|
||||||
iconCls: 'button_menu_ext ss_sprite ss_table',
|
iconCls: 'button_menu_ext ss_sprite ss_table',
|
||||||
handler : function() {
|
handler : function() {
|
||||||
|
|||||||
Reference in New Issue
Block a user