-
Notifications
You must be signed in to change notification settings - Fork 75
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes made in the lab do not always auto-save #3459
Comments
Related to #2895 |
Just a quick note, the same thing happens when using the python client directly on the API. This is looking like a back-end issues. |
fancy opening a backend issue with request / response URL's, status, body, etc? |
Here is the backend issues for this: zooniverse/panoptes#2212 |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Closed by probot-stale due to a lack of recent activity. Please feel free to re-open if you wish to take on this change. |
Expected behavior
Changing the text for a task should auto-save when focus leaves the text box.
Current behavior
Changes are not always saved even though the "green" shadow indicates no errors happen.
Steps to replicate
Additional information
There is a warning in the console about the
GenericTaskEditor
that may be related:Warning: GenericTaskEditor is changing a controlled input of type checkbox to be uncontrolled.
macOS 10.12.2
Firefox 51.0
Chrome 55.0.2883.95
The text was updated successfully, but these errors were encountered: