Open jp-imagines opened 1 year ago
Support References
This comment is automatically generated. Please do not edit it.
๐ SCRUBBING : RESULT - Replicated / Could Not Replicate / Uncertain
๐ FINDINGS/SCREENSHOTS/VIDEO
In the linked GB issue, this comment seems to be highlighting the same underlying issue - the blocks in this report's tests match that problematic HTML markup: https://github.com/WordPress/gutenberg/issues/49542#issuecomment-1497325616
Atomic Site, TT3
๐ ACTIONS
๐ Message to Author
would you be able to report that editor/live site discrepancy separately? Did you observe that across multiple themes, or just Meraki?
Multiple themes for both issues. In a quick test today:
Looks like the Meraki-like behavior is already reported in https://github.com/Automattic/wp-calypso/issues/78205. I'll add my findings there.
Looks like the Meraki-like behavior is already reported in https://github.com/Automattic/wp-calypso/issues/78205. I'll add my findings there.
Ah, great find!
Another one here: 7629774-zen.
Quick summary
Tested on a few different block themes, both in the page editor and site/template editor. Depending on the theme, images that are resized and set to
align center
inside a column (Columns or Layout Grid) display differently in both the editor and the live site.Initial report: 6669310-zd-a8c
Steps to reproduce
align center
.What you expected to happen
Images in columns set to
align center
should be centered both in the editor and on the live site.What actually happened
On Twenty Twenty-Three, an image in a Layout Grid only displays centered if contained in a Group (editor and live site):
On Meraki, the images in any column never appear centered in the editor, but always appear centered on the live site:
Background colors are for illustration purposes only; there's no change if the columns have no background colors set. Replicated similar behavior on other themes (e.g. Antonia behaves the same as Meraki).
Impact
Some (< 50%)
Available workarounds?
No but the platform is still usable
Platform (Simple and/or Atomic)
Simple, Atomic
Logs or notes
Might be related to https://github.com/WordPress/gutenberg/issues/49542, but I'm not certain on that.