Unplanned
Last Updated: 27 Mar 2020 14:48 by ADMIN
ADMIN
Dimitar
Created on: 08 Nov 2017 12:07
Category: RichTextEditor
Type: Bug Report
0
FIX. RadRichTextEditor - PreferredTableWidth is not exported to HTML when StylesExportMode is set to Inline
To reproduce:
 - Add a table where the width is set to 100%
 - Import the table and the export it:
private void radButton_Click(object sender, RoutedEventArgs e)
{
    var provider = new HtmlFormatProvider();
    string text = File.ReadAllText(@"..\..\default.html");
    rtb1.Document = provider.Import(text);
}

private void radButton1_Click(object sender, RoutedEventArgs e)
{
    var provider = new HtmlFormatProvider();
    provider.ExportSettings.StylesExportMode = StylesExportMode.Inline;
    string content = provider.Export(rtb1.Document);
    File.WriteAllText(@"D:\test1.html", content);
}

Workaround:
 Leave the export mode intact.
2 comments
ADMIN
Dess | Tech Support Engineer, Principal
Posted on: 27 Mar 2020 14:48

Hi, Nitin,

Currently, as the status of this item speaks for itself, is not planned. Please make sure that you cast your vote for it in order to increase its priority.

The more votes an item gathers, the higher its priority becomes. Thus, it gets bigger chances for participating in the future planning as we strive to handle usually the most demanded issues.

I hope this information helps. Please click the Follow button in order to get notified once the status of this issue is changed.

Regards,
Dess | Tech Support Engineer, Sr.
Progress Telerik

Progress is here for your business, like always. Read more about the measures we are taking to ensure business continuity and help fight the COVID-19 pandemic.
Our thoughts here at Progress are with those affected by the outbreak.
Nitin
Posted on: 27 Mar 2020 10:59

Hi, 

Any Plan to include this bug in upcoming release?

Regards,

Nitin Jain