Captivate 10 firing "On Enter" JS before all DOM elements are constructed?
Hello! I do not have Captivate 10 (still on v9) but one of the colleagues was upgraded recently and commented that the script that I wrote a while ago does not work with Captivate v10.
Part of the script is trying to access a text caption and read its innerHTML. But apparently, when the function is executed immediately when you enter the slide, that element does not exist yet. Running that same function slightly later (for example using setTimeout) works just fine. Is this by design, or is this a bug?
Thanks!
