Unplanned
Last Updated: 14 Jun 2021 09:14 by ADMIN
Amitesh
Created on: 14 Jun 2021 09:14
Category: RichTextEditor
Type: Bug Report
1
RichTextEditor: Inline styles for tables in source html are not applied

If RichTextEditor has a source like this:

var htmlSource = @"<table style='background-color:red;border: 3px solid black'>
                    <tr><td> test table</td></tr>
                    </table>";

the table is rendered, but doesn't have the styling applied.

0 comments