Completed
Last Updated: 31 Oct 2018 08:14 by ADMIN
Currently, there is an SDK example (https://github.com/telerik/xaml-sdk/tree/master/RichTextBox/WindowsMetafileFormatImageDecoder) showing how to implement a custom decoder that can import WMF and EMF images. We could integrate this decoder in the source code and enable the users to import their documents that contain such type of images out-of-the-box. 

Available in R1 2017 Official Release Version.
Completed
Last Updated: 31 Oct 2018 07:53 by ADMIN
While clicking to position the caret at the beginning of a paragraph, the caret is jumping to the previous document position and returning back to the desired one. 

Fix available in LIB Version 2017.2.627.
Unplanned
Last Updated: 31 Oct 2018 08:14 by ADMIN
When a custom style is applied to a table and the document is exported to DOCX or RTF format, after importing and deleting the custom style, some properties like font size and foreground are preserved.
Completed
Last Updated: 31 Oct 2018 07:53 by ADMIN
RadDocument instances leak when editing a document containing a field and header/footer. The StyleRepository holds a reference to a style's document element.

Fix available in LIB Version 2017.3.1002.
Completed
Last Updated: 15 May 2023 09:33 by ADMIN
Release R3 2018
When a table is dragged after a page break, and then Undo/Redo is performed for the drag operation NullReferenceException is thrown.
Unplanned
Last Updated: 31 Oct 2018 08:06 by ADMIN
ADMIN
Created by: Tanya
Comments: 6
Category: RichTextBox
Type: Bug Report
1
There are missing values for the localization strings in:

RichTextBox: Unmerge Cells in the context menu

RichTextBox: NoColor string in the color picker 
Unplanned
Last Updated: 31 Oct 2018 08:14 by ADMIN
After inserting page break or section break the visual position of the caret is wrong. It should be at the beginning of the paragraph instead of beginning of the page. It's observed for all type of breaks except a line break. 
Unplanned
Last Updated: 31 Oct 2018 08:06 by ADMIN
Rtf document cannot be imported when it has an empty table row which have row spanned cells only.
Completed
Last Updated: 19 May 2021 11:56 by ADMIN
Release LIB 2021.2.525 (25/05/2021)
The issue is reproducible when the style of the paragraph with the revisions is changed for the second time.
Unplanned
Last Updated: 31 Oct 2018 08:14 by ADMIN
Section break formatting symbol is not positioned as in MS Word. 
For example, when section break is inserted in an empty document and the cursor is placed before the break, when Enter is pressed, the section break formatting symbol is moved to the next line. 
In MS Word, the section break is preserved on the same line with the paragraph symbol.
Unplanned
Last Updated: 31 Oct 2018 08:14 by ADMIN
When a document has some section properties like orientation or page size and the document is printed with virtual printer, the generated PDF does not preserve the section properties. 

For example, if the document has Landscape orientation set, in the generated PDF file, the page with Landscape orientation is visualized with Portrait orientation and the text is drawn vertically.
If the document has some page size set, for example A5, in the generated PDF file, the page with size A5 is visualized as page with A4 page size.
Unplanned
Last Updated: 06 Mar 2019 17:39 by ADMIN
ADMIN
Created by: Mihail
Comments: 0
Category: RichTextBox
Type: Feature Request
2
Export the image rotation properties to HTML with the CSS transform property (https://developer.mozilla.org/en-US/docs/Web/CSS/transform ).
Unplanned
Last Updated: 31 Oct 2018 08:06 by ADMIN
Enable import/export of read only ranges (protected parts of the document) from/to Rtf documents. 
Unplanned
Last Updated: 15 Jun 2022 08:46 by ADMIN
ADMIN
Created by: Todor
Comments: 8
Category: RichTextBox
Type: Feature Request
8
Implement the export of notes (footnote, endnote) in the PdfFormatProvider of the RadRichTextBox.
Unplanned
Last Updated: 31 Oct 2018 08:06 by ADMIN
Table indent property could not be styled through style as it receives a local value with the insertion of the table
Declined
Last Updated: 10 Aug 2016 15:31 by ADMIN
ADMIN
Created by: Nikolay Demirev
Comments: 0
Category: RichTextBox
Type: Bug Report
1
This item is duplicated. Please follow the other item at http://feedback.telerik.com/Project/143/Feedback/Details/159291.
Unplanned
Last Updated: 31 Oct 2018 08:06 by ADMIN
If the document contains lists with applied customs style, when trying to open the Manage Styles Dialog using the button in the ribbon, ArgumentNullException is thrown and handled internally, and the dialog is not opened. If the user clicks the button multiple times (the number of lists with custom styles), the dialog is opened.

Steps to reproduce:
1. Create a custom list style.

2. Add some test text in the RadRichTextBox.

3. Apply the custom list style in two places in the document.

4. Click on the Change Styles button.

Observed: Dialog is not opened.

Expected: The dialog should open.
Unplanned
Last Updated: 31 Oct 2018 08:14 by ADMIN
Importing HTML document with white spaces and new lines separating the HTML elements will lead to additional intervals between words.
Unplanned
Last Updated: 31 Oct 2018 08:06 by Chirag
NullReferenceException is thrown when deleting content. The delete action is executed over a selection. The selection starts from the middle of a paragraph and ends in a table. The paragraph should have a line break as a first element.
Unplanned
Last Updated: 31 Oct 2018 08:14 by ADMIN
The width of the table cell is calculated wrongly when it is set in the CSS style and through attribute: <td style="WIDTH: 75%" width=450>First cell</td>. The Unit isn't reset while reading the attribute value as its unit is missing and it is interpreted as % because the previous value is in percent.