mirror of
https://github.com/pocoproject/poco.git
synced 2025-10-16 18:56:52 +02:00
fixed IE7
This commit is contained in:
@@ -37,7 +37,7 @@ Ext.grid.AppinfTable = Ext.extend(Ext.grid.EditorGridPanel, {
|
||||
}
|
||||
else
|
||||
this.charThatStartedEdit = null;
|
||||
},
|
||||
}
|
||||
});
|
||||
|
||||
Ext.reg('appinfgrid', Ext.grid.AppinfTable);
|
||||
@@ -120,6 +120,6 @@ Ext.override(Ext.grid.AppinfTable, {
|
||||
}
|
||||
}
|
||||
this.view.focusCell(ed.row, ed.col);
|
||||
},
|
||||
}
|
||||
});
|
||||
|
Reference in New Issue
Block a user