Closed bbbco closed 1 year ago
@bbbco It works for me. Here is the example. I have checked our example in all platforms and themes.
PS: We have several E2E tests on "rating" question.
Thank you, Andrew
Here's a fork of your example matching what our code looked like when the 1.8.50 release broke ratings: https://plnkr.co/edit/JnPJgVWgsnCfeBxb
Did a little more looking, and it is now obvious that when using knockout, survey-library 1.8.50 is only compatible with knockout 3.5.x. Anything earlier than that breaks the ratings element.
@bbbco Got it. We moved to knockout 3.5.1 because of SurveyJS Creator some times ago. All our examples and E2E tests using this version. Could you migrate to v3.5.1?
Thank you, Andrew
Yes, I was able to migrate to knockout 3.5
Is there some sort of compatibility matrix that needs updated?
Brian Goad @bbbco Creative Analytic Convergence
I updated our npm packages and require knockout v3.5.1+
Thank you!
Brian Goad @bbbco Creative Analytic Convergence
On June 9, 2021, Pedro Alonso @.***> wrote:
I updated our npm packages and require knockout v3.5.1+
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/surveyjs/survey-library/issues/2946#issuecomment- 857727967, or unsubscribe https://github.com/notifications/unsubscribe- auth/AAAHPWGX3B3AKRUKV73Z76DTR5Y7FANCNFSM46IFJWGA.
Are you requesting a feature, reporting a bug or asking a question?
Bug
What is the current behavior?
For a basic "rating" page element in version 1.8.50, the survey page renders the rating elements, and NONE of the numbers are selectable by the user. No errors are displayed in the Browser console. The comment box can be filled out but the next button CANNOT be clicked because a number (rating) has not been chosen.
What is the expected behavior?
The survey page renders the rating elements, and any of the numbers are selectable. The comment box can be filled out and the next button can be clicked. This is the behavior in 1.8.49
How would you reproduce the current behavior (if this is a bug)?
Provide the test code and the tested page URL (if applicable)
Tested page URL:
Test code
For the config:
Specify your