WP 5.7 editor sometimes has mysterious “gray bar”
-
Hello friends,
I’ve recently started experimenting with upgrading our self-hosted WordPress CMS to version 5.7 for The Markup. We have a few different environments running:
– production with WordPress 5.6.2
– staging with WordPress 5.7
– local with WordPress 5.7I’m testing out version 5.7 on my local instance and on the staging. I noticed a weird “gray bar” at the top of the editor, but only on the staging instance not on my local instance. We’ve tried to keep the various instances in sync using Docker and composer, and I have the same plugins enabled for each, so this is a bit mysterious.
Here are some screenshots that might help illustrate what I’m seeing:
– https://mltshp-cdn.com/r/1L5B9 (a mysterious gray bar)
– https://mltshp-cdn.com/r/1L5CE (DOM inspector on staging)
– https://mltshp-cdn.com/r/1L5CF (DOM inspector on local)One thing that seems noteworthy is that the staging DOM has
.editor-styles-wrapper
div as a child of.edit-post-visual-editor
whereas on my local instance the two are one and the same div.Has anyone else seen this? Any advice for how to debug it further? It seems kind of harmless, but I would like to know what it is before I consider putting this version onto our production CMS.
Thanks,
Dan
- The topic ‘WP 5.7 editor sometimes has mysterious “gray bar”’ is closed to new replies.