You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
Pasting a table that contains thead leads to column spanning issues: the first column defined in the thead will be spanned across all the columns defined in the tbody, any extra column in the thead are then appended as if they were "extra" columns. ( see the screenshots below, describing column spanning issues is a pain 😅 )
To Reproduce
Steps to reproduce the behavior:
Copy and Paste a table containing a thead tag ( for instance from a GitHub README )
The thead is preserved in the HTML with its children, but it creates layout / column spanning issues
Expected behavior
Either filter out the thead when copy-pasting
OR
Proper support of thead in tables
Screenshots
Desktop (please complete the following information):
OS: macOS 10.13.4
Browser Chrome
Version 67.0.3396.99
Additional context
Tried on p2s and on frontenberg so, I'm guessing the latest?
It's potentially a duplicate of #6902
The text was updated successfully, but these errors were encountered:
I noticed that <table> becomes <table class="wp-block-table"> and removing class="wp-block-table" from <table class="wp-block-table"> on the front end makes the column spanning issue go away.
Describe the bug
Pasting a table that contains
thead
leads to column spanning issues: the first column defined in thethead
will be spanned across all the columns defined in thetbody
, any extra column in thethead
are then appended as if they were "extra" columns. ( see the screenshots below, describing column spanning issues is a pain 😅 )To Reproduce
Steps to reproduce the behavior:
thead
tag ( for instance from a GitHub README )thead
is preserved in the HTML with its children, but it creates layout / column spanning issuesExpected behavior
Either filter out the
thead
when copy-pastingOR
Proper support of
thead
in tablesScreenshots
Desktop (please complete the following information):
Additional context
Tried on p2s and on frontenberg so, I'm guessing the latest?
It's potentially a duplicate of #6902
The text was updated successfully, but these errors were encountered: