Unplanned
Last Updated: 09 Feb 2017 09:24 by ADMIN
ADMIN
Tanya
Created on: 08 Feb 2017 17:49
Category: RichTextBox
Type: Bug Report
1
RichTextBox: HtmlFormatProvider: Wrong evaluation of table width when a nested table has bigger width set than the outer table
The following HTML should generate a table with width of 600px:

<table width="25px" border="1px solid black">
<tr>
<td>
<table width="600">
<tbody>
<tr><td >Test</td></tr>
</tbody>
</table>
</td>
</tr>
</table>


 When the same html is imported in RadRichTextBox, the table is 25px wide.
0 comments