Forum Discussion
Tabbing issue
Hi All,
I have a text entry field with submit key "Tab". While entering any text in the field and press tab some text is appearing on the screen "Skip Navigation. Press Enter to return to the slide." and jumps action performed.
Earlier it was not appearing while using Tab key for submit. Using "3.65.28121.0" version of Storyline.
Thanks
Yogesh Dhingra
- MariaCSStaff
Hi, Yogesh.
Thank you for reaching out!
There isn't an option to turn off the accessibility functionality of the Tab key so that you can use it as the submission key, and it wouldn't be something we recommend.
I hope others in the community have some design suggestions for what you're looking to accomplish.
- YogeshDhingr506Community Member
- Jürgen_Schoene_Community Member
you could global deactivate this layer by adding
#skipnav { display: none !important; }
to the story.html (and index_lms.html with Scorm)
important: storyline deletes this line with every 'publish' (-> import the line again)
Jürgen