Trouble controlling focus accross multiple text entry fields
Captivate 19
I have three text entry fields on on screen and want to evaluate all three from one button.
That part works fine.
The problem is giving users a 2nd chance to make corrections.
The focus automatically jumps back to the first field. You click anywhere – in one of the other fields – and before you can type in it, the cursor jumps back to the first field.
I’ve tried forcing the focus using this javascript code, but it does not do anything.
var elem = document.getElementbyId(“element-name-in-the-slide”);
$(elem).focus();
Tab order does nothing – it just jumps back to the first item – even if the 3rd item is first in the tab order.
DO you want to clear the TEB’s? It is one of the use cases I treated in this presentation:
You must be logged in to post a comment.