Forum Discussion

YogeshDhingr506's avatar
YogeshDhingr506
Community Member
3 years ago

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

  • 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.

    • YogeshDhingr506's avatar
      YogeshDhingr506
      Community Member

      Hi, Maria.

      I have client requirement on tab submit, and it working fine but before jumping to next slide it is showing the attached message.

      Please suggest if there is and option to avoid such message.

      Thanks

  • 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