-
Notifications
You must be signed in to change notification settings - Fork 805
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
Eventbrite Block: No error message with invalid urls #14507
Comments
Looks like the layout issue is fixed in Gutenberg, but not yet released WordPress/gutenberg#19673 We still need to add the outline to the Embed and Convert block to link buttons here, though. |
Since this also impacts core embeds, I would be tempted to wait until the fix makes it to a stable version of Gutenberg soon.
Does this mean switching to a different button style (secondary)? |
This issue has been marked as stale. This happened because:
No further action is needed. But it's worth checking if this ticket has clear reproduction steps and it is still reproducible. Feel free to close this issue if you think it's not valid anymore — if you do, please add a brief explanation. |
Looks like there's now no error message showing for the Eventbrite block with invalid urls. I've updated the issue title and description. |
I have tested the issue and it looks like that the jetpack/projects/plugins/jetpack/extensions/blocks/eventbrite/edit.js Lines 76 to 89 in 8f30c2c
is called only when the jetpack/projects/plugins/jetpack/extensions/blocks/eventbrite/edit.js Lines 67 to 70 in 8f30c2c
But this depends on the jetpack/projects/plugins/jetpack/extensions/shared/test-embed-url.js Lines 28 to 44 in 8f30c2c
and therefore only "really invalid" URLs, e.g. |
PR ready #21247 |
Steps to reproduce the issue
https://eventbrite.com
What I expected
An error message and option to "Convert block to link" below the event url
What happened instead
No error message
Screenshots
The text was updated successfully, but these errors were encountered: