Issue T2147
Visible to All Users

Bug with "show invisible elements" checkbox

created 6 years ago

Hello guys.
There is a problem with "Show invisible elements" checkbox on Test Survey tab. If we check it, then go back to survey designer tab and then go back to test survey tab - checkbox remains checked but invisible elements are not visible: https://monosnap.com/file/RpO2assH4Jn5bPDVXbVcfuFzCoenc8

Can you please make content on test survey tab pay attention to this checkbox when content shows immediately after tab change? Or at least reset this checkbox to unchecked when switching between tabs?

Comments (1)
AB AB
Anton Balandin 6 years ago

    JSON from example:

    JavaScript
    { "pages": [ { "name": "Page1", "elements": [ { "type": "text", "name": "question1" }, { "type": "text", "name": "question2", "visibleIf": "{question1} notempty" } ] } ], "showQuestionNumbers": "off", "clearInvisibleValues": "onHidden" }

    Answers approved by surveyjs Support

    created 6 years ago

    I have fixed the issue via this commit.

    Thank you,
    Andrew
    SurveyJS Team

      Comments (1)
      AB AB
      Anton Balandin 6 years ago

        Thanks