I have implemented your suggestion to fix the immediate post
tab issue in Ticket B210375 for the web.
However, if a user is using the form for data capture
purposes and entering the information quickly, the refocusing causes the
initial characters after the tab to be over typed.
Step to reproduce the issue
-
Enter a value in Rate textbox - type 7.
-
Press Tab to move to the Hours textbox and IMMEDIDATELY
start typing (more than one character) – type 4444. -
You will notice that the characters that are
typed before the immediate post had finished are lost.
How can the workaround be changed to prevent this from
happening, so that the user does not have to wait for the immediate post to
finish before stating to type.
Thanks