Text entry box pause breaking javascript function.
Hey Everyone,
We're making the jump from producing our content in Captivate 4 flash files to now producing in Captivate 8 with an HTML 5 output. As you can imagine we've had to make a lot of changes - previously we used a lot of 3rd party widgets to accomplish things like cursor changes, etc.. I've been able to replicate most of them using javascript - however, I'm stumped with this current problem.
In our projects we often have our users press the tab key to simulate what it's like to use our software - this worked completely fine when we produced to flash files - but I'm learning that HTML 5 has a few hiccups with the tab key. It likes to cycle between the Text Entry Input we've created, as well as the address bar at the top of the browser. I created a function in javascript that would return focus to the text entry field on blur and it works great up until the pause occurs in the Text Entry Box, after which it stops working. I just have the function defined and called using the slide's "On Enter" and "Execute JavaScript" option. I've never had any problems with pauses before. If I go into the browser's console and call my function again it continues to work - is there a way to call this function when this slide pauses? or does anyone know of any other workaround?
Thanks,
Hunter
