I create a new record in a tab panel table view with a method and I choose which field should receive focus for data input using an if() condition.
If I give focus to the third column with elements.field3.requestFocus() when the user enters data and press TAB to go to the next column (field4) the focus go to column 1 instead.
Looks like elements.field.requestFocus() breaks tab order.
Can this be fixed urgently please?