Opened 6 months ago
Last modified 6 months ago
#50645 new defect (bug)
Raw HTML displayed in snackbar message.
Reported by: |
|
Owned by: | |
---|---|---|---|
Milestone: | Awaiting Review | Priority: | normal |
Severity: | normal | Version: | 5.5 |
Component: | Media | Keywords: | needs-patch close |
Focuses: | rest-api | Cc: |
Description
When editing an image with new cropping tools found in 5.5-beta1, a large image failed to edit. I was shown a snackbar message with raw html as text.
See attached image.
Attachments (1)
Change History (5)
#2
@
6 months ago
- Keywords close added
I'm not sure what can be adjusted in Core here, this should be handled upstream in the Gutenberg UI code for image editing.
#4
@
6 months ago
Yeah, this is the standard "server has crashed" error message coming from WP_Fatal_Error_Handler: https://core.trac.wordpress.org/browser/trunk/src/wp-includes/class-wp-fatal-error-handler.php#L182.
Wondering if it would make sense to put the help link URL and text in the WP_Error data instead of concatenating it with the error message. Then it can be rendered properly before displaying both through the API and direct output.
Weird error mesage.