-
Notifications
You must be signed in to change notification settings - Fork 116
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
Saving images when using inline blocks causes JS errors. #1063
Comments
I can't reproduce this. Please add a series of explicit step-by-step instructions for reproducing this.
I can't reproduce this either. Please add a second set of step-by-step instructions for reproducing this one. |
We are experiencing probably the same issue. Maybe we can shed some light on how to reproduce this. First some context / findings:
Reproduction steps
Maybe the screencast makes it a little better to understand. The first part is editing in the Blog-section, the second part in the Pages-section (yet it is the same blogpost / page): Screencast-Elemental-Bug.mp4 |
@baukezwaan can you please check if this is fixed in 5.3.1+? |
Adding a new image / updating an image, fires a POST to a missing url and then errors in javascript. Same repo to replicate here : https://github.com/swytch/bugs.
This doesn't inhibit saving the block.
However using the nested block in the same repo, and adding an image inside will stop the image from saving. Uncaught SyntaxError: Unexpected token '<', " - which looks like it's returning the HTML for the editform instead of JSON. I think these are related, so I'm sticking both issues in here.
The text was updated successfully, but these errors were encountered: