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
When you create a survey, sometimes you need to spend some time to create or edit the survey questions - they might need a lot of context, or precise instructions to get the most precise responses.
Currently when you do spend some time creating a survey question, and then click outside to save it, the text content you worked so hard on, disappears. If you are instead editing an existing survey question, it gets reset back to its old content. Frustrating!
Steps to reproduce
Go to a project and create a survey from the "Create" button in the top right corner
Add a question of any sort
Spend a long time (reports from organisers estimates it happens when they spend more than 1 minute in writing) writing the question
Click outside the "card" to save the question
Repeat step 3-5 but with editing an existing question, instead of having created a new one.
Expected Behaviour
Clicking outside to save, saves the new text content of the survey question
Actual Behaviour
Clicking outside to save resets the text field to its initial state, and this is what gets saved to the survey question
Screenshots (if you have any)
The text was updated successfully, but these errors were encountered:
The only reason I can think of (which does not mean it's the only possible solution) is that the in-memory cache that we keep in redux "expires" and triggers a reload or something. That would happen after 5 minutes, I believe. If that's the offender, changing shouldLoad() to use a shorter TTL could make this bug easier to reproduce.
Description
When you create a survey, sometimes you need to spend some time to create or edit the survey questions - they might need a lot of context, or precise instructions to get the most precise responses.
Currently when you do spend some time creating a survey question, and then click outside to save it, the text content you worked so hard on, disappears. If you are instead editing an existing survey question, it gets reset back to its old content. Frustrating!
Steps to reproduce
Expected Behaviour
Clicking outside to save, saves the new text content of the survey question
Actual Behaviour
Clicking outside to save resets the text field to its initial state, and this is what gets saved to the survey question
Screenshots (if you have any)
The text was updated successfully, but these errors were encountered: