-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Custom HTML block - invalid markup results in block validation issue with incorrect conversion option #13158
Comments
I'm running into this as well; I have a 3rd party embed in an HTML block which has a camel cased custom HTML attribute that the parser thinks is invalid (actual: Strange that it's the camel-casing being picked up and not the fact that |
@chrisvanpatten can you try pull request #13406? It fixes issue #12448 and looks like it could fix this too. |
Hey @designsimply - sorry for the slow response. I think they are duplicates, yep. I've also just noticed the HTML preview seems to be broken on I'll create an issue to cover that. edit: that issue seems to only be for some themes, created this issue #13414 |
Looping back to note that I re-tested after a fix for #12448 went in and I can still see the problem happen as described here. Leaving the issue open as not a duplicate. 🙂 |
Looks like this is a duplicate of #10889 |
Describe the bug
When a user inputs invalid html into the Custom HTML block, it triggers a block validation failure. Furthermore, the options presented for resolving the validation failure don't seem to be appropriate for this block.
To Reproduce
Steps to reproduce the behavior:
tbody
element):Expected behavior
I think there are three main issues:
Screenshots
Resolve Block dialog
Console error for block validation
Additional context
The text was updated successfully, but these errors were encountered: