fixes for IE
This commit is contained in:
@@ -22,7 +22,8 @@ bpmnTask = function (oWorkflow) {
|
||||
this.orgYPos = oWorkflow.orgYPos;
|
||||
|
||||
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;
|
||||
|
||||
@@ -704,7 +704,7 @@ Ext.onReady ( function() {
|
||||
handler: workflow.subProcess,
|
||||
iconCls: 'button_menu_ext ss_sprite ss_layout_link',
|
||||
scope: this
|
||||
},/* {
|
||||
}/*, {
|
||||
text: 'Horizontal Line',
|
||||
handler: ProcessMapObj.horiLine,
|
||||
scope: this
|
||||
|
||||
@@ -501,11 +501,11 @@ Ext.onReady ( function() {
|
||||
}
|
||||
},
|
||||
failure: function(){
|
||||
Ext.Msg.alert ('Failure');
|
||||
//Ext.Msg.alert ('Failure');
|
||||
}
|
||||
});
|
||||
|
||||
r.record.commit();
|
||||
//r.record.commit();
|
||||
}, this );
|
||||
|
||||
|
||||
@@ -741,9 +741,9 @@ Ext.onReady ( function() {
|
||||
handler : function() {
|
||||
processObj.addTriggers();
|
||||
}
|
||||
},
|
||||
}
|
||||
/*
|
||||
{
|
||||
,{
|
||||
text: 'Report Table',
|
||||
iconCls: 'button_menu_ext ss_sprite ss_table',
|
||||
handler : function() {
|
||||
|
||||
Reference in New Issue
Block a user