GordS
07-18-2010, 02:14 PM
We noticed this issue in IE. It works in FireFox properly. We have an add and edit window in a file maintenace option. It has quite a few fields. So it has a scroll bar on the right hand side.
The user enters something on one of the bottom fields. Next they time they go to add or edit a record it goes directly to where that field is at on the bottom of the window.
Here is the code to display the edit window with my attempt to fix the problem highkighted in RED. Any suggestions?
else {
currentRecord = Ext.getCmp('mainAPSINFLGrid').getSelectionModel(). getSelected();
Ext.getCmp('edit_IMSALUTION').focus();
Ext.getCmp('editWindow').show();
}
The user enters something on one of the bottom fields. Next they time they go to add or edit a record it goes directly to where that field is at on the bottom of the window.
Here is the code to display the edit window with my attempt to fix the problem highkighted in RED. Any suggestions?
else {
currentRecord = Ext.getCmp('mainAPSINFLGrid').getSelectionModel(). getSelected();
Ext.getCmp('edit_IMSALUTION').focus();
Ext.getCmp('editWindow').show();
}