Question T8436
Visible to All Users

surveyJS auto scrolls and focusing on first question

created 3 years ago

Hi ,

When opening the page , it scroll automatically to the survey and the first question is auto focused by default.
The page should not auto scroll to the survey and first question should not be focused by default.
I set focusFirstQuestionAutomatic to false to fix it but the problem still exist.

Are there other solutions ?

Code
this.survey = new Survey.Model(this.json);   this.survey.focusFirstQuestionAutomatic = false;

Thanks,

Answers approved by surveyjs Support

created 3 years ago

Hello,
We have fixed this issue in 1.9.1. Please use the latest version, it is 1.9.3.

Thank you,
Andrew
SurveyJS Team