In HtmlRenderer.Dom.CssLayoutEngineTable.DetermineMissingColumnWidths(float availCellSpace) in the loop "spread extra width between all columns" (line 460) columns width is determinted so that sum of _columnWidths values is bigger than availCellSpace. It causes incorrect cell content wrapping.
Comments: thx, and huge thx for submiting code change! can you give an example html where this issue is shown so i can add it to the samples.
Comments: thx, and huge thx for submiting code change! can you give an example html where this issue is shown so i can add it to the samples.