Forum Discussion

KarlCartwright-'s avatar
KarlCartwright-
Community Member
20 days ago
Solved

Javascript for Keyboard Shortcuts - No scroll issue

We have been using this javascript to pop up a keyboard shortcuts layer. (Tied to a player option)

// create a new keyboard event
var event = new KeyboardEvent('keydown', {
key: '?',
shiftKey: true
});
// dispatch the shift+? key press event
document.dispatchEvent(event);


Starting with publishes done with the Feburary Storyline update, the user is unable to scroll through the shortcut list 

This happens in Articulate Review, SCORM and Web publishing. It happens on Chrome, Edge and Firefox.

When reverting to the Jan 29 update, the functionality is restored.

  • Hello everyone!

    Happy to share that we've just released a new update for Storyline 360!

    In Update 114, we've included essential fixes and new features. We've released a fix for: The Keyboard Shortcuts window didn’t display all available commands because the scrollbar didn’t work.

    Launch the Articulate 360 desktop app on your computer to take advantage of this update, and click the Update button next to Storyline 360. You’ll find our step-by-step instructions here.

    Please let me know if you need additional help.

3 Replies

  • Hi KarlCartwright-​ this appears to be a bug. I was able to replicate this issue Win11/Chrome latest. There appears to be something sending the scroll back to zero whenever you grab the scrollbar or attempt to scroll using arrow keys.

    Case #: 01326515

  • Hello everyone!

    Happy to share that we've just released a new update for Storyline 360!

    In Update 114, we've included essential fixes and new features. We've released a fix for: The Keyboard Shortcuts window didn’t display all available commands because the scrollbar didn’t work.

    Launch the Articulate 360 desktop app on your computer to take advantage of this update, and click the Update button next to Storyline 360. You’ll find our step-by-step instructions here.

    Please let me know if you need additional help.