Symptom
Using "Tab" button from the keyboard jumps back to the original field in custom MDF object in Manage Data
Environment
SAP SuccessFactors HCM
Reproducing the Issue
- Go to Manage Data
- Click into custom MDF object field in edit mode
- Press "Tab" button on the keyboard
- Observe that focus in jumping back from the next field to the original one
Cause
The reason for this behaviour is that the field in question has onChange rule attached.
Resolution
For the Accessibility compliance it is designed in such a way that if a field triggers a onChange , the focus will be back to that field.
So in this case the end user needs to press Tab once again after the onChange is complete and the second time it will work fine as long user does not changes the values again.
See Also
Keywords
onChange, custom MDF, rules, SF, Tab key, keyboard, object , KBA , LOD-SF-MDF-OBJ , Object Definition & Field Related Issues , How To