Openbravo Issue Tracking System - Openbravo ERP
View Issue Details
0017904Openbravo ERPA. Platformpublic2011-07-05 17:132011-07-11 17:18
marvintm 
alostale 
normalminorhave not tried
closedno change required 
5
 
3.0MP2 
Core
No
0017904: Focus is chosen randomly if there is no firstFocusedField defined in a tab
When the user enters a tab which doesn't have a field defined as firstFocusedField, the focused field seems to be chosen randomly.
- Go to the module window.
- Enter and exit into different modules repeatedly.
- Notice that sometimes the field "java package" is chosen as the focused field, but sometimes, other fields such as "name", or "module type", are chosen instead.

The correct field to be chosen in this case is the "java package", because it is a focusable field, and it's the first one in the window.
No tags attached.
related to defect 00176103.0MP1 closed dbaz The focus goes to the last form item if firstFocusedField is not defined 
Issue History
2011-07-05 17:13marvintmNew Issue
2011-07-05 17:13marvintmAssigned To => alostale
2011-07-05 17:13marvintmModules => Core
2011-07-05 17:14marvintmRelationship addeddepends on 0017610
2011-07-05 17:14marvintmRelationship deleteddepends on 0017610
2011-07-05 17:14marvintmRelationship addedrelated to 0017610
2011-07-11 17:18alostaleNote Added: 0038992
2011-07-11 17:18alostaleStatusnew => closed
2011-07-11 17:18alostaleResolutionopen => no change required

Notes
(0038992)
alostale   
2011-07-11 17:18   
Working as expected:
1. When switching from grid to form view by double clicking on a field, the focus in form goes to the field that was clicked in grid.
2. When switching from grid to form view by clicking on left icon, first focused field is used if it is set and if not it focuses on first field.
3. Once in form when using next/previous arrows focus is done following rule #2