Picture of Suresh Kumar
Next button component
by Suresh Kumar - Thursday, 4 May 2017, 5:35 PM
 

Hi, 

I am using the Next button component to navigate between the pages. This component placed as the last component in the pages. The course follows sequential menu and I can reach the Next button only when the I complete all the components. The next button is active after I visited all the components of the page. If any of the components are not completed, then the next button is in disabled mode.

When I revisiting the page (all the components of the page already visited and the next button was used to move to the next page), the next button is disabled, though the progress bar indicates that all the components are completed. Any suggestion how to resolve this issue?

Thanks!

Suresh

Picture of Matt Leathes
Re: Next button component
by Matt Leathes - Friday, 5 May 2017, 12:22 PM
 

Looking through the code, it looks to me like the code that decides whether the next button should be active or not will only run when it receives an event that the page's _isComplete property has been changed... which is something that will only happen once.

It's a community component so you might be best logging an issue.