Completed
Last Updated: 29 Jan 2016 06:37 by ADMIN
ADMIN
Created by: Petya
Comments: 1
Category: RichTextBox
Type: Bug Report
0
Deleting a row in the attached table causes a crash during document layout.
Unplanned
Last Updated: 31 Oct 2018 08:07 by ADMIN
Docx format can encode symbol characters using the <sym> element. Currently this concept is not supported in the document model, and the element is converted to normal character on import. Add support for similar element in the document model, and for its export to Docx.
Completed
Last Updated: 05 Dec 2014 09:10 by ADMIN
Unplanned
Last Updated: 31 Oct 2018 08:07 by ADMIN
ADMIN
Created by: Petya
Comments: 0
Category: RichTextBox
Type: Feature Request
0
Expose TableOfContentsField.TabStopLeader property which will allow changing the leaders of the tab stops used within the field result. Currently such property exists, but it's internal.
Completed
Last Updated: 09 Dec 2014 11:54 by ADMIN
The fix is available in Q3 2014 SP1.
Unplanned
Last Updated: 31 Oct 2018 08:07 by ADMIN
ADMIN
Created by: Mihail
Comments: 0
Category: RichTextBox
Type: Bug Report
0
Comments are getting collapsed and clipped when there is not enough vertical space to display all of them.
Completed
Last Updated: 28 Nov 2014 13:41 by ADMIN
When document with field in header/footer is imported from RTF, and subsequently exported to RTF from web layout mode, the formatting of the field is lost.
Won't Fix
Last Updated: 01 Feb 2016 06:38 by ADMIN
The issue is sporadic. Updating the UI resolves it.

Workaround: manually call
this.radRichTextBox.ActiveEditorPresenter.RecreateUI();
just after the acception.
Completed
Last Updated: 18 Feb 2015 17:23 by ADMIN
Completed
Last Updated: 02 Feb 2016 12:31 by ADMIN
Tab leader (dots) are calculated based on the available space between the end of the text in the entry and the page number. 

Workaround: to change rendering mode to TextBlockWithPropertyCaching:

this.radRichTextBox.TextRenderingMode = TextBlockRenderingMode.TextBlockWithPropertyCaching;
Unplanned
Last Updated: 31 Oct 2018 08:07 by ADMIN
ADMIN
Created by: Todor
Comments: 0
Category: RichTextBox
Type: Feature Request
0
Add support for the following RTF tags (crop from top, bottom, left, right):

\picropt, \piccropb, \piccropl, \piccropr 
Completed
Last Updated: 12 Feb 2015 13:34 by ADMIN
ADMIN
Created by: Mihail
Comments: 0
Category: RichTextBox
Type: Bug Report
0
The fix will be available in our official release Q1 2015.
Completed
Last Updated: 13 Feb 2015 11:30 by ADMIN
The fix will be available in our official release Q1 2015.
Completed
Last Updated: 07 Jan 2015 13:55 by ADMIN
The fix is available in our LIB release (v. 2014.3.1208)
Unplanned
Last Updated: 31 Oct 2018 08:07 by ADMIN
ADMIN
Created by: Petya
Comments: 0
Category: RichTextBox
Type: Feature Request
0
When an action is executed, say delete, and you perform undo, the text that is inserted back in the control is selected. In RadRichTextBox the end position of the selection is brought into view.
Declined
Last Updated: 31 Oct 2018 08:07 by ADMIN
ADMIN
Created by: Boby
Comments: 1
Category: RichTextBox
Type: Feature Request
0
Add support for Widow/Orphan control property of Paragraph. In Open XML specification, this is named "widowControl (Allow First/Last Line to Display on a Separate Page)".

The problem is that as this property is not supported, RadRichTextBox acts as it's 'false' and also doesn't export it, but the default value is actually 'true', which causes layout differences between RadRichTextBox and MS Word.
Declined
Last Updated: 31 Oct 2018 08:07 by burk
When floating images are placed in a header or footer, and are positioned outside of the text editor's area, they are not visualized. 

MS Word visualizes such images as slightly grayed out (similar to watermarks) in normal mode, and always visualizes them in Header/Footer edit mode.

This item is merged with another one concerning the same issue. Please, follow the item at https://feedback.telerik.com/Project/143/Feedback/Details/174624 .
Unplanned
Last Updated: 31 Oct 2018 08:07 by ADMIN
Import of HTML containing an element with defined list-style-type styling, which is not a list, will result in loss of the information in the element.
Here is example:
<div style="LIST-STYLE-TYPE: decimal;">
<p><span>Hello world</span></p>
</div>
Completed
Last Updated: 30 Jun 2015 11:57 by ADMIN
In specific cases when deleting a row, which contains merged cells, one of the cells is going in wrong position. 
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
When TrackChanges is disabled and a text is changed, the Copy command should copy the content as all changes are accepted. So, for example, deleted text is not copied.