fixes for IE

This commit is contained in:
Erik Amaru Ortiz
2011-02-28 23:47:23 +00:00
parent d5b48fa253
commit d0777d9b6c
3 changed files with 7 additions and 6 deletions

View File

@@ -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;

View File

@@ -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

View File

@@ -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() {