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
bug symfony#37731 [Console] Table: support cells with newlines after a cell with colspan >= 2 (GMTA)
This PR was squashed before being merged into the 4.4 branch. Discussion ---------- [Console] Table: support cells with newlines after a cell with colspan >= 2 | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | yes | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A When rendering a table with a cell containing newlines after a cell with colspan set to at least 2, every line in the cell with newlines except the first one fails to render. This case is fixed by calling `->fillCells()` on the unmerged rows and implementing support for rows that start with a non-zero index for the columns. While fixing this, I discovered another issue with colspan: if a cell following a colspanned cell contains enough newlines to make the contents extend further than the colspanned cell's contents, the cells become misaligned. This is now also fixed. Commits ------- ca11772 [Console] Table: support cells with newlines after a cell with colspan >= 2
0 commit comments