Forum Discussion
The focus goes to the page title instead of staying on the last visible page
Thank you for your interest,
- I’m using Storyline 360.
- Hiding the page from the Menu.
- This happens both when I publish and when I preview.
- In all three cases: Web server, LMS (SCORM/xAPI), or Review 360.
- I’m using Chrome.
I’ve prepared a link for you, so you can review it from there.Demo
To work around this issue, I added the following code to the "timeline start" event of the hidden page. This way, when I navigate to the hidden page, it makes the specified page selected in the menu, so that the user still thinks they are on that page. It wasn't like this in the previous version. I'm wondering if this is a bug.
const currentItem = document.querySelector('[data-slide-title="1.3 Page2"]');
document.querySelectorAll('.cs-listitem.cs-selected').forEach(el => el.classList.remove('cs-selected'));
currentItem.classList.add('cs-selected');
- KellyAuner4 months agoStaff
Hi cerikLisans5,
Thanks so much for the detailed follow up and sharing this Review 360 link!
After viewing the course, I see how the focus jumps to the menu title when navigating to the hidden page. Are you able to share the .Story file with us here or privately so we can test this further? We'll delete it from our systems once troubleshooting is complete!
- cerikLisans54 months agoCommunity Member
I have shared the demo.story file privately. I would greatly appreciate it if you could provide the solution here instead of via email. Thank you.
- KellyAuner4 months agoStaff
Hi, cerikLisans5!
Thanks so much for sharing your file with us. My teammate, Phil, is currently reviewing it and will be touch once they can provide next steps. Our Support Engineers work exclusively in cases, but our team that's active in the community can try to share an update here once a solution has been found!
Related Content
- 9 months ago