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
|
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);
|
||||||
},
|
}
|
||||||
});
|
});
|
||||||
|
|
Reference in New Issue
Block a user