-
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
Columns Block: container block overlaps adjacent blocks #7766
Comments
@2one2 thank you for the report! I am closing this issue because I believe it will be addressed by #7694. @aduth can you correct me if that's wrong? Also noting a related discussion at #7234 (comment). |
I'm not sure #7694 will strictly address the specific design issues. Might be related to #7365 ? cc @jasmussen |
Thank you for the feedback! Re-opening and marking as a bug. |
Noting some helpful steps from #7919 which was marked as a duplicate: Steps to reproduce the behavior: |
Noting that #7920 also mentions not being able to select the full columns block due to overlap. |
Aspects of this were intentional, in that the block boundaries are drawn outside the actual footprint of the block. However I absolutely acknowledge the problem, notably from the helpful GIFs in #7766 (comment). For now I'm going to take a stab at uncollapsing the margins for the columns block, that should address the primary issue with a paragraph being adjecent to a columns block. However, I also think that #7694 is an important ingredient in improving the columbns block overall, and notably to address issues from #7919. |
This should be fixed after #11620 |
Noting that while the Columns block had this issue fixed (I think even before #11620), the Column blocks still have borders that are too tall: |
This PR aims to further improve the columns block, and improving a number of aspects and addressing recent feedback. - It fixes an issue where fullwide columns had uneven margins, both left, center and right. Fixes #11869. - It fixes a specificity issue with toolbar and breadcrumb positioning that bled into all child blocks. - It improves the layout of individual column blocks, and fixes the toolbar positioning. This fixes feedback in #7766 (comment). - It improves fullwide columns and how they appear on mobile. Aside from that it simplifies the code a bit, and removes a couple of redundant overrides that were better fixed elsewhere.
This PR aims to further improve the columns block, and improving a number of aspects and addressing recent feedback. - It fixes an issue where fullwide columns had uneven margins, both left, center and right. Fixes #11869. - It fixes a specificity issue with toolbar and breadcrumb positioning that bled into all child blocks. - It improves the layout of individual column blocks, and fixes the toolbar positioning. This fixes feedback in #7766 (comment). - It improves fullwide columns and how they appear on mobile. Aside from that it simplifies the code a bit, and removes a couple of redundant overrides that were better fixed elsewhere.
* Columns: Improve margins, column child block, mobile. This PR aims to further improve the columns block, and improving a number of aspects and addressing recent feedback. - It fixes an issue where fullwide columns had uneven margins, both left, center and right. Fixes #11869. - It fixes a specificity issue with toolbar and breadcrumb positioning that bled into all child blocks. - It improves the layout of individual column blocks, and fixes the toolbar positioning. This fixes feedback in #7766 (comment). - It improves fullwide columns and how they appear on mobile. Aside from that it simplifies the code a bit, and removes a couple of redundant overrides that were better fixed elsewhere. * Fix issue with more than 2 columns. * Prevent columns from growing wider than their set width. * Use break-word for better word breaks. * Copy editor style to frontend.
I have been searching for a fix to this for a while...... I cannot edit anything inside of columns because I can't GET to them with the overlap. |
I see that some iterations have been made since this issue was originally opened and I just tested with WordPress 5.2.2 (no plugins) and I am not seeing the same overlap that was originally reported and noted in this issue. (16s) @ilovenataliekay, if you're still having trouble, one potential workaround may be to try using the arrow keys to navigate. It has helped me in some cases. |
As of version 3.2, columns block overlaps other blocks.
Windows 10
Chrome 67 ( 64-bit)
The text was updated successfully, but these errors were encountered: