Unplanned
Last Updated: 28 Feb 2018 12:56 by ADMIN
ADMIN
Dess | Tech Support Engineer, Principal
Created on: 22 Mar 2017 14:26
Category: RichTextEditor
Type: Bug Report
3
FIX. RadRichTextEditor - the indentations of a paragraph in a list are changed on export/import to HTML
4 comments
ADMIN
Tanya
Posted on: 28 Feb 2018 12:56
Hi Nitin,

As we discussed in the support thread, the issues you are facing with this document are related to a not supported shorthand property for the table borders and a missing styling for the paragraphs.

The feedback portal is used to discuss particular logged feature requests in bug reports, and I would like to ask you to post any questions or concerns that might arise using different documents through the ticketing system so we can investigate them. Thank you for understanding.

Regards,
Tanya
Nitin
Posted on: 23 Feb 2018 07:16
Hi,
we have a application which sends mail, in which telerik RadRichTextBox is used. We found some style related issue when render the HTML in telerik
1: line height increases 
2: margin are removed 
3: table border remove 

HTML file and Outlook screen sort is attached with the mail. And  what we are getting in mail is below.

Code :
<telerik:HtmlDataProvider x:Name="HtmlData" Grid.Row="1" RichTextBox="{Binding ElementName=Radrichtextbox }" Html="{Binding HTMLString, Mode=TwoWay}" />
<telerik:RadRichTextBox x:Name="Radrichtextbox" Grid.Row="1" Grid.Column="2" HorizontalAlignment="Stretch" FontFamily="Arial" Background="White" VerticalAlignment="Stretch" HorizontalScrollBarVisibility="Disabled"  BorderBrush="Black" BorderThickness="1">
</telerik:RadRichTextBox>
<TextBox x:Name="txtHtml" Grid.Row="1" Grid.Column="2"  Text="{Binding ElementName=HtmlData, Path=Html, Mode=TwoWay}" />
ADMIN
Tanya
Posted on: 21 Feb 2018 17:14
Hi Nitin Jain,

I am afraid that this item is currently not scheduled for implementation and the roadmap for our next release is already pretty full. The tasks for each release are carefully planned and always the ones with top priority are included. 

Unfortunately, at this point there are more demanded and pressing tasks and that is why I cannot commit to a particular timeframe when a fix might be available.

Regards,
Tanya
Nitin
Posted on: 12 Feb 2018 04:18
Hi, 

This is critical for us. Could you please include this bug fix in your current roadmap. 

Regards, 
Nitin Jain