-
Notifications
You must be signed in to change notification settings - Fork 4.3k
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
Cannot add a block into an empty core/group
flex layout with one member in allowedBlocks
#56438
Comments
Hi, |
Confirming the problem still exists |
Hi, |
Confirming the problem still exists. |
Hi, |
Confirming the problem still exists. |
Thanks for reporting it and keeping the issue open. I can reproduce too. I think it might be a good thing to consider fixing for WordPress 6.6, so I've added it to the project board. |
The fix might just be adding the gutenberg/packages/block-library/src/group/editor.scss Lines 51 to 53 in fbc962c
|
Description
For
core/group
block that:layout
attribute value of{"type":"flex"}
, i.e. a Row or Column variation.allowedBlocks
attribute.One cannot click on the button appender component to insert a block.
This seems to stem from the following CSS rule in
dist/block-library/editor.min.css
:Which seems to come from:
gutenberg/packages/block-library/src/group/editor.scss
Line 50 in fbc962c
Step-by-step reproduction instructions
Screenshots, screen recording, code snippet
Sample code:
Screencast:
issue.mp4
Environment info
Please confirm that you have searched existing issues in the repo.
Yes
Please confirm that you have tested with all plugins deactivated except Gutenberg.
Yes
The text was updated successfully, but these errors were encountered: