fixed IE7

This commit is contained in:
Peter Schojer
2008-07-22 10:38:58 +00:00
parent 99de517757
commit 8f8072880e

View File

@@ -37,7 +37,7 @@ Ext.grid.AppinfTable = Ext.extend(Ext.grid.EditorGridPanel, {
} }
else else
this.charThatStartedEdit = null; this.charThatStartedEdit = null;
}, }
}); });
Ext.reg('appinfgrid', Ext.grid.AppinfTable); Ext.reg('appinfgrid', Ext.grid.AppinfTable);
@@ -120,6 +120,6 @@ Ext.override(Ext.grid.AppinfTable, {
} }
} }
this.view.focusCell(ed.row, ed.col); this.view.focusCell(ed.row, ed.col);
}, }
}); });