Copy link to clipboard
Copied
I have a text entry interaction that simulates a software program. The user must press the TAB key to proceed. I am publishing to HTML5 exclusively and not .swf. The program is when I press the Tab key on that interaction, the URL in the Browser window is highlighted, the browser has stolen the focus of my Tab key.
I have seen this fix:
Between the writeDocument <object> </object> tags, add the following '<param name="SeamlessTabbing" value="false">'
But my .html document contains none of these tags - I assume it has changed for html5. Any solutions?
Thanks.
Copy link to clipboard
Copied
I'm just trying to get an answer to whether this can be done or not. I will have to create my eLearning module using a different approach if I can't focus the Tab key in Captivate when publishing to HTML5. If this is so, it is a major limitation.