-
Notifications
You must be signed in to change notification settings - Fork 4.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
Metaboxes overlap Gutenberg in Chrome 77 #17406
Comments
I have the same problem, updated Google Chrome to v77 and I could not use Chrome anymore to add / edit articles. I had to take another browser. I searched a little and found the CSS that caused the issue in Chrome, if it can help to fix the problem: In "/wp-includes/css/dist/block-editor/style.css":
Changing I'm on Windows 10 Pro v1903 |
In the latest releases, Chrome went through a substantial refactoring of its flexbox model implementation, which was buggy. The process went through a few additional issues and it's possible it introduced a new buggy behavior or a more strict implementation. The issue has something to do with percentages height, as pointed out by @nitroshadow Reference: |
Update: this seems fixed in the current plugin (Version 6.4.0) or at least I couldn't reproduce. As soon as I disable the plugin, I can reproduce on Chrome 77 so starting today the meta boxes will break on WordPress 5.2, (and I guess 5.1 and 5.0 as well) 🙁 |
Is it safe to assume we can recommend using the Gutenberg plugin as a valid workaround? I'm not sure if it's a beta plugin, and how it works with both forward & backward compatibility with WordPress. |
Confirmed that the CSS solution worked for us. I dropped this into our theme, /**
* Modify the height of a specific CSS class to fix an issue in Chrome 77 with Gutenberg.
*
* @see https://github.com/WordPress/gutenberg/issues/17406
*/
add_action(
'admin_head',
function() {
echo '<style>.block-editor-writing-flow { height: auto; }</style>'; // phpcs:ignore
}
); |
I can confirm @jameswburke 's workaround works! Thank you. |
@jameswburke wherecan I put that code , is it work ? |
@hamidlatache you can put that in your functions.php file |
I have this problem. It happens only in Chrome version 77. |
I will echo Andrea here:
I see the issue in WordPress and Chrome 77 without the latest version of the plugin activated. The issue is not present when the plugin is activated. I also tested various breakpoints and configurations of sidebar/fullscreen and the issue is consistenly fine with the plugin activated. As such, activating the plugin is a good workaround for now, I would suggest, and presumably this issue can be closed when WordPress 5.3 lands. |
@jasmussen 5.3 ETA is on November 12. It would be great if WordPress can publish a fix on 5.2.4 immediately |
I will echo myself 😄
I'd tend to think this needs to be fixed as soon as possible, whether it's a Chrome bug or not.
Today's September 12. At the moment, the WordPress 5.3 release is planned for November 12. I'm not sure suggesting users to keep the Gutenberg plugin activated for 2 months on their live sites is a wise advice. While the plugin is pretty stable, it's officially listed among the Beta plugins. It's wiser to consider it beta software and personally I wouldn't recommend to run it on a live site. Also, it appears there are some backwards compatibility concerns that need to be addressed. |
I'm experiencing the same issue. Very frustrating this has been dealt with already. It's back to Classic for now. |
the problem has been solved, I really Thank you @jameswburke |
@tribey2 I thank you, I thought that I should mess with the hosting file, That worked fine for me |
Hi all, The chrome team is looking into this issue. Apologies for the breakages! Is someone who is experiencing this issue able to:
Thanks, |
@bfgeek Here are the details:
Thanks |
Thank you @gijo-varghese for the info. |
Upstream issues: @gijo-varghese thank you for reporting upstream! @bfgeek thank you for taking action! (maybe the two tickets should be coordinated?) |
Okay so i while this might be a chrome issue, I still think it should be fixed by the wordpress team as well. Adding height:auto is not such a big deal and who knows how many people are using the most up to date version of Chrome. |
I'm using the newest version of Chrome and this issue is significantly affecting my blog. I hear that it should be resolved in a few weeks, so I'm just going to wait it out. I'm using Classic instead of |
Added the fixes to EditorsKit plugin ( https://wordpress.org/plugins/block-options/ ). If anyone is using this plugin, just update to latest version and the Chrome issue will be fixed. Thanks @jameswburke for the CSS snippet. Works 💯 |
Keep in mind that for WP 5.1 branch the proper class name is This is what I have in my
credits to @jameswburke of course |
Looks like Chromium released a hotfix for this - https://chromium.googlesource.com/chromium/src/+/91d3e091aabb2bcd3eb40f9e1f00fdf33c41d729 It probably doesn't hurt to still add a fix for this to Gutenberg for anyone who's still on the older version. |
I can confirm this seems to be fixed in a new version of Chrome for Windows. Click the three dots in the top right of the browser, then go to Help >> About Google Chrome. From there you should get the update and be able to restart to apply it. Once I was on version 77.0.3865.90 the issue disappeared. |
I agree, Chrome 77.0.3865.90 fixes the issue. Update directions above. |
Same here. Upgraded Chrome from Version 77.0.3865.75 to Version 77.0.3865.90 (macOS) and can't reproduce any longer. |
Confirmed also on Ubuntu 16.04. Version 77.0.3865.90 works correctly. |
Same here, well done Chromium team ;) |
Hi @bfgeek , We are facing content overlap issues in our application only after chrome 77 update and we are using version 77.0.3865.90 (windows). Ours is a custom web application not WordPress editor. We tried the method you suggested to disable the flag and it is working for us. But I would like to know is there any other fix available other than disabling the chrome flags. Its difficult for us to tell all of our users to turn off the flag. Any help on this would be really helpful. Thanks |
I'm having trouble changing authors on individual blog posts in Gutenberg.
Where have they moved this option?
thank you
[image: Mailtrack]
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
Sender
notified by
Mailtrack
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
10/15/19,
05:56:54 AM
…On Thu, Oct 3, 2019 at 9:56 AM Jagadeesh Avvaru ***@***.***> wrote:
Hi all,
The chrome team is looking into this issue. Apologies for the breakages!
Is someone who is experiencing this issue able to:
- Save a static html page (with assets) which reproduces this issue
for us to analyze (if saving the page with Chrome doesn't reproduce the
issue, Firefox sometimes has a better save-page functionality).
- Switch chrome://flags#enable-layout-ng to "Disabled" and see if the
issue still reproduces.
Thanks,
Ian
Hi @bfgeek <https://github.com/bfgeek> ,
We are facing content layover issues in our application only after chrome
77 update and we are using version 77.0.3865.90 (windows). Ours is a custom
web application not WordPress editor. We tried the method you suggested to
disable the flag and it is working for us. But I would like to know is
there any other fix available other than disabling the chrome flags. Its
difficult for us to tell all of our users to turn off the flag.
Any help on this would be really helpful. Thanks
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#17406?email_source=notifications&email_token=AED724FAGXEWT2JEGWHX6DTQMYI4RA5CNFSM4IVVJKR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEAIVTFI#issuecomment-538007957>,
or mute the thread
<https://github.com/notifications/unsubscribe-auth/AED724BIHUDGZC3WATIPTP3QMYI4RANCNFSM4IVVJKRQ>
.
|
That's a question suited for https://wordpress.org/support/plugin/gutenberg/, not a development repository. |
I'm still (or again?) facing this overlapping issue with: MacOS: 10.13.6 None of the above CSS solution worked for me but adding this snippet to my add_action(
'admin_head',
function() {
echo '<style>div.edit-post-visual-editor.editor-styles-wrapper { height: unset; } </style>'; // phpcs:ignore
}
); |
I'm not an expert, but did you update Google? There were some updates that
resolved this issue.
[image: Mailtrack]
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
Sender
notified by
Mailtrack
<https://mailtrack.io?utm_source=gmail&utm_medium=signature&utm_campaign=signaturevirality5&>
11/01/19,
12:33:55 PM
…On Fri, Nov 1, 2019 at 12:06 PM kr31n3r ***@***.***> wrote:
I'm still (or again?) facing this overlapping issue with:
MacOS: 10.13.6
Chrome: 78.0.3904.87
WordPress: 5.2.4
None of the above CSS solution worked for me but adding this snippet to my
functions.php seems to fix it:
add_action( 'admin_head', function() { echo '<style>div.edit-post-visual-editor.editor-styles-wrapper { height: unset; } </style>'; // phpcs:ignore });
—
You are receiving this because you commented.
Reply to this email directly, view it on GitHub
<#17406?email_source=notifications&email_token=AED724CRSTXUJ2HZQ4UIK7DQRRVY5A5CNFSM4IVVJKR2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGOEC3W2PY#issuecomment-548891967>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AED724CQQMAMZKNWCBM56UTQRRVY5ANCNFSM4IVVJKRQ>
.
|
hi! The same issue! |
You must upgrade your Chrome to version 78. |
~~ Added by @nerrad ~~
An update regarding this issue:
For those experiencing this issue, your current options are any of the below:
Thanks to @nderambure for getting this on our radar and to all those participating in this ticket with feedback and reporting to the Google Chrome team!
you can read the original report below
~~ edit end ~~
Describe the bug
Since the update of Chrome to 77 (today for me), the Metaboxes goes overlapping Gutenberg like described in #11060
To reproduce
Steps to reproduce the behavior:
Expected behavior
The metabox should remain beneath the editor
Screenshots
See screenshot in #11060 (exactly the same behaviour)
Desktop (please complete the following information):
I've tested in Firefox, Safari and Opera and it works fine.
Could you reproduce this too ?
Will try to rollback to Chrome 76, but that's not a trivial thing -_-'
The text was updated successfully, but these errors were encountered: