Hello SurveyJS team,
I have an issue regarding the scrollbar of a cell. When saving the survey, i made all the user answers readonly. In surveyjs when the user inserts a large answer, a vertical scrollbar appears and it's totally logical but the problem when reading a large answer with readonly property set to true, the scrollbar is not working.
Best regards,
Hello Oussama,
I created a Comment question and enabled its
readOnly
option.var json = { "elements": [ { "type": "comment", "name": "question1", "defaultValue": "Lorem Ipsum is simply dummy text of the printing and typesetting industry. Lorem Ipsum has been the industry's standard dummy text ever since the 1500s, when an unknown printer took a galley of type and scrambled it to make a type specimen book. It has survived not only five centuries, but also the leap into electronic typesetting, remaining essentially unchanged. It was popularised in the 1960s with the release of Letraset sheets containing Lorem Ipsum passages, and more recently with desktop publishing software like Aldus PageMaker including versions of Lorem Ipsum.", "readOnly": true } ] }
Example
Users cannot edit the text, but the vertical scrollbar remain operational:
I use the latest version of the library. Would you please clarify how to reproduce the issue?
Hello Jane,
I think you it's a problem of versions, can you please tell me from which version have you fixed the problem ??
Hello Oussama,
You can find the library version in the index.html page of the abovementioned Plunker example: it is v1.9.54. Also, the current version number can be found on the Changelog page.
Please let me know how it goes.
Hello Jane,
Yeah i know, thanks for help. I mean can you tell me in which version exactly did you fix the problem of the scrollbar not working in a large text cell.