Search found 2 matches

by AkshayT
Mon Jan 17, 2022 8:31 am
Forum: Flare's General Discussion
Topic: Highlight tabs on scroll (Scrollspy)
Replies: 2
Views: 3193

Re: Highlight tabs on scroll (Scrollspy)

For HTML5 output using the side nav skin, you'd need to check for scrolling in a couple of ways: * In desktop view, the topic is displayed inside flex containers, so you'd need to check scrolling on the .body-container using scrollTop . The window is never scrolled, which is why window.scrollY does...
by AkshayT
Wed Jan 12, 2022 4:42 am
Forum: Flare's General Discussion
Topic: Highlight tabs on scroll (Scrollspy)
Replies: 2
Views: 3193

Highlight tabs on scroll (Scrollspy)

Hello! Any idea why HTML5 output of MadCap Flare (side-navigation skin) shows the window.scrollY value as zero in the browser’s Developer Console (Debugger)? Actually, I want to highlight the navigation tabs when user scroll down/up the page (this is similar to Scrollspy feature of Bootstrap). Since...