-
Notifications
You must be signed in to change notification settings - Fork 2k
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
FSE: Unusable Editor on Themes with Custom Background Color #71679
Comments
We can definitely reproduce this on new sites with the editor. Interestingly, this does not happen while sandboxed. As a result, we think there are two issues:
Our thought for now is to delete the broken line of code on dotcom, since the issue it was fixing doesn't apply to all/most of our themes. We also think this could be contained to just simple sites, though we'll need to test that. A proper fix is on the way in Gutenberg, though it won't be available for a week or two most likely: https://github.com/WordPress/gutenberg/pull/46752/files#r1055807165 |
This should be hotfixed for simple sites now. (see D97057-code) |
Support References This comment is automatically generated. Please do not edit it.
|
Same issue, then :/ This one can't be hotfixed, but hopefully we can get a patch release soon. If I'm not mistaken, this issue is more intermittent on Atomic, right? (I did test yesterday and didn't reproduce) |
Yeah. It is intermittent on Atomic. I also can't reproduce this issue on my end. However, yesterday, I also noticed this issue on another AT site here: 38939383-hc ( Munchies. The user didn't notice this because their background is a light yellow) |
Another report here: 37815582-hc (Atomic Site – Theme: Munchies) |
Another AT site: 3542135-hc on Theme: Quadrat
As a workaround, I helped them move the content on their Home template onto their home page via post content block, so they can edit most of their front page via the page editor for now. |
AT Site-5848682-zd Theme: Disco |
We are hoping that the Gutenberg v14.9.1 release will fix this issue, which should be on Atomic tomorrow. |
Another report came in at 5856827-zd. The theme is Appleton, site is Atomic, and I can replicate it. |
I think this fix should be live now. Of course, please re-open if there are more reports! |
Quick summary
It seems that the new editor isn't loading custom background colors from themes, so depending on the theme you have on the site, you aren't able to see the content in the editor.
Steps to reproduce
What you expected to happen
To see the editor with the same content you see on the live site.
What actually happened
It's not loading the background color, so you can't really see the text in light color to edit the content.
Context
Found this when helping a user today, and was able to replicate this on 2 of my Simple test sites.
With the Remote theme for example, this is what I have on the live site:
And this is how it loads in the editor:
Browser, operating system and other notes
Was able to replicate the issue on Chrome and Firefox, on macOS.
Reproducibility
Consistent
Severity
All
Available workarounds?
No, but the platform is still usable.
The text was updated successfully, but these errors were encountered: