Unplanned
Last Updated: 09 Aug 2018 14:22 by ADMIN
The spacing between the letters is too big.
Completed
Last Updated: 02 Dec 2020 08:30 by ADMIN
Release LIB 2020.3.1207 (07/12/2020)
CheckBoxes defined on block level (i.e. wrapping a table cell) cannot be manually clicked at run-time.
Completed
Last Updated: 03 Dec 2020 12:26 by ADMIN
Release LIB 2020.3.1207 (07/12/2020)
Instead of moving the position after the content control, the caret goes on the last position in the control. This behavior affects keyboard input negatively, as users need to manually navigate to the right.
Unplanned
Last Updated: 02 Jul 2018 16:06 by ADMIN
When content has a font-size applied in EM values and the UseDefaultStylesheetFontProperties property of HtmlFormatProvider is set to true, the imported content has pretty small values for font size.
Completed
Last Updated: 09 Feb 2021 15:51 by ADMIN
Release LIB 2021.1.215 (15/2/2021)
Created by: Ralf
Comments: 0
Category: RichTextBox
Type: Feature Request
0
When trying to export a document containing an ".ico" image to DOCX or RTF an exception is thrown.
Declined
Last Updated: 31 Oct 2018 08:11 by ADMIN
Unplanned
Last Updated: 28 Mar 2021 06:55 by ADMIN

When the Track Changes is activated, a Hyperlink is inserted to a text and we try to reject changes the rejection is not applied correctly.

The result:

Declined
Last Updated: 06 Mar 2017 11:17 by ADMIN
ADMIN
Created by: Petya
Comments: 2
Category: RichTextBox
Type: Feature Request
0

			
Completed
Last Updated: 20 Aug 2018 08:16 by ADMIN
After performance investigation related to feedback item http://feedback.telerik.com/Project/143/Feedback/Details/171108 , one bottleneck was identified as redundant calls to internal methods for getting parent of a document element.

Available in LIB Version 2018.2.820.
Unplanned
Last Updated: 28 Mar 2021 07:21 by ADMIN

When the Track Changes is On and we try to change the style it applies the first time but the second try throws an exception and the style doesn't apply: System.ArgumentNullException: 'Value cannot be null. Parameter name: owner'.

1. Add new text "TEST".
2. Select the text and set a new style "Heading 2", then "Heading 1".
Observed: Heading 1 doesn`t appear.

Unplanned
Last Updated: 23 Nov 2020 10:42 by ADMIN
Provide API for enforcing the use of only FIPS 140-2 compliant hashing algorithms
Completed
Last Updated: 05 Mar 2021 15:09 by ADMIN
Release LIB 2021.1.309 (9/3/2021)
When RadRichTextBox is bound to a data provider, there is a memory leak caused by a handler class related to the content controls functionality.
Unplanned
Last Updated: 05 Oct 2018 12:45 by ADMIN
Whenever the focus is on RadRichTextBox, the keyboard is displayed with Uppercase by Default. After inputting 2-3 characters in uppercase, it changes to lowercase and then alternates between uppercase and lower per character.
Completed
Last Updated: 16 Nov 2020 10:36 by ADMIN
Release LIB 2020.3.1116 (16/11/2020)

When a content control check box updates it state at run-time, any local formatting is lost.

Workaround: Formatting defined in style definition is properly kept.

Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
When the document is in Web layout mode (with RadDocument.LayoutMode = "Flow"), and contains multiple sections with comments inside them, the comments are visualized on unexpected places outside of the comments pane, or one over another, hiding other comments.
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
When the user inserts a table in right-to-left mode, there is no ability to resize its rows/columns. The Table Properties dialog or the Document Ruler still can be used to resize the rows/columns of the Table.
Unplanned
Last Updated: 09 Nov 2020 07:38 by ADMIN
The table is not properly resized when using the left-most border. The table should be resized like in MS Word (see attached).
Unplanned
Last Updated: 01 Oct 2018 11:57 by ADMIN
When a data provider is used, the designer does not show the RadRichTextBox content, that is shown with no problem at run time.

Workaround: The issue is with finding the format provider used by the data provider. This issue appears at design time only. The workaround is to manually set the format provider of the data provider:
        <telerik:HtmlDataProvider
            x:Name="htmlDataProvider"
            RichTextBox="{Binding ElementName=radRichTextBox, Mode=OneWay}"
            Html="&lt;h1&gt;Header3&lt;/h1&gt;">
            <telerik:HtmlDataProvider.FormatProvider>
                <telerik:HtmlFormatProvider />
            </telerik:HtmlDataProvider.FormatProvider>
        </telerik:HtmlDataProvider>
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
FloatingUIContainers are not cleared from the UI when they are deleted.

Workaround: Recreate UI using the following code:
this.radRichTextBox.ActiveEditorPresenter.RecreateUI();
Completed
Last Updated: 06 Apr 2021 11:03 by ADMIN
Release LIB 2021.1.412 (12/04/2021)
When importing an image with а missing bitmap frame and trying to create a BitmapImage for it, the BitmapImage class throws an exception.