-
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
Columns adding block only available on left and right seems stuck #5772
Comments
In my testing, this occurs only when focus is not within the second column when using the inserter. |
This is still happening in |
Still happening in Gutenberg 3.6.2 and |
For clarity's sake, could we get a simple set of reproducible steps here? Based on the re-reading of the original comment, I'm left to wonder if this is the difference of the default appender being visible only after non-default block (i.e. won't show if the last in a column is Paragraph, which is expected, same as in top-level editor). Given my previous response, I'm assuming I did find some legitimate issue to exist, though in revisiting it's not exactly obvious what's wrong / expected, and more information could help make this issue actionable. |
@aduth Inserting a block places a block in the same context as where the text cursor is at. If my text cursor is in a block outside of the Columns block, using the inserter on the right column will insert a block outside of the Columns block. If my text cursor is in the left column, using the inserter on the right column will insert a block in the left column. |
I was unable to reproduce the problem using the following testing steps:
Result: I was able to use the sibling inserter to add a new nested block without any trouble. (34s)
|
@designsimply The issue does not occur with the sibling inserter. You need to use the inserter that appears in the placeholder automatically created below a non-Paragraph block. Also, your text cursor has to be in the other column when you use the inserter. Please re-open. I can confirm this is still happening in |
Apologies for not seeing your last comment earlier @ZebulanStanphill! Things have changed a bit since your last reply, so I re-tested just now using WordPress 5.0.3 and no active plugins using the following steps (with the testing steps modified per your note) and I think the issue has been resolved.
I'd be happy to loop back around to test again if you spot anything off in the testing steps! |
@designsimply I am also unable to reproduce the issue in Gutenberg 5.0 on WordPress 5.0.3, so it looks like the issue has been fixed! 😄 |
Describe the bug To Reproduce
Expected behavior When i first click in the right column and then try to add a block with the plus at the right side of that column, everything works well. |
I was using Chrome and got the following interesting formatting happening using the column block and 2 columns.
Once I added blocks I could only add to one side:
The text was updated successfully, but these errors were encountered: