I have a set of six fields on a form, each with a onFocusLost method attached. At the end of each method I’ve placed a requestFocus for the next field in the sequence. I’m finding the focus actually jumps from the first in the sequence directly to the last.
Is there a way for tabbing to jump to the next and stay there?