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
The expected result is that the merge shouldn't be possible - the mege would cross <thead> & <tbody> boundary which isn't allowed - now this happens:
<throwspan="3"></th>
So this table cell is "properly" expanded (from rowspan="2"), the cell is merged with one below but the browser (correctly) doesn't render this and we have a collision.
Is this a bug report or feature request? (choose one)
🐞 Bug report
💻 Version of CKEditor
v10.1.0
📋 Steps to reproduce
Merge cell down
.✅ Expected result
Cell is correctly merged.
❎ Actual result
Cell is not merged and the cell below disappears.
📃 Other details that might be useful
Tested on Chrome
67.0.3396.99
.Looks like this is the issue with
thead
, works fine if there is onlytbody
. Also ifthead
is a single row,Merge cell down
option is disabled.The text was updated successfully, but these errors were encountered: