You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Are you requesting a feature, reporting a bug or asking a question?
Reporting a bug.
What is the current behavior?
Add a listener to the onProgressText event. And suppose there are three pages and the questionOrder on page three is random.
Then navigating with the next button from the second page is taking the user to the first page.
What is the expected behavior?
The next button on the second page should navigate to the third page.
How would you reproduce the current behavior (if this is a bug)?
plunker
Provide the test code and the tested page URL (if applicable)
Are you requesting a feature, reporting a bug or asking a question?
Reporting a bug.
What is the current behavior?
Add a listener to the onProgressText event. And suppose there are three pages and the questionOrder on page three is random.
Then navigating with the next button from the second page is taking the user to the first page.
What is the expected behavior?
The next button on the second page should navigate to the third page.
How would you reproduce the current behavior (if this is a bug)?
plunker
Provide the test code and the tested page URL (if applicable)
Tested page URL: https://plnkr.co/edit/8R5rxSF456JD1mbf
Maybe checking SurveyModel.prototype.updateProgressText can help
Specify your
The text was updated successfully, but these errors were encountered: