Unplanned
Last Updated: 05 Apr 2022 12:21 by ADMIN
Tables are exported with the wrong cell height to HTML.
Unplanned
Last Updated: 05 Apr 2022 08:30 by ADMIN
Initial content in content controls is recognized as a placeholder. This is easily visible in the Date Picker content control and results in the whole text being selected when the user clicks over the date value.
Unplanned
Last Updated: 04 Apr 2022 14:03 by Kamran
When exporting to HTML of a DOCX file, containing table cells, which span multiple GridColumn wide, their width is incorrectly calculated. This can lead to columns being smaller or larger than their original width and possibly being cut off from the page.
Unplanned
Last Updated: 22 Mar 2022 08:00 by Oliver
Italic font style and bold font weight are not rendered correctly with a specific font. Currently, this is reproducible with the "zurich-ltcn-bt-light" font.
Declined
Last Updated: 21 Mar 2022 14:38 by ADMIN
Created by: ①Dr Mostafa
Comments: 2
Category: RichTextBox
Type: Bug Report
0
Memory leak when editing RadRichTextBox that has a header and/or footer containing table that contains FloatingImageBlock and/or ImageInline
Completed
Last Updated: 21 Mar 2022 08:38 by ADMIN
Release LIB 2020.2.831 (31/08/2020)
The parent of an already removed span cannot be found and a NullReferenceException is thrown while performing Undo. Also, multiple asserts are failing in Debug mode. The stack trace is:

UnhandledException: Object reference not set to an instance of an object.
UnhandledException:   at Telerik.Windows.Documents.Layout.LayoutElement.SetParent(LayoutElement newParent)
   at Telerik.Windows.Documents.Layout.LayoutBox.EnsureParent()
   at Telerik.Windows.Documents.Layout.LayoutBox.get_Parent()
   at Telerik.Windows.Documents.Layout.LayoutBox.get_ValidParent()
   at Telerik.Windows.Documents.WordPositionHandler.GetParentHandler()
   at Telerik.Windows.Documents.DocumentPosition.GetCurrentSectionBox()
   at Telerik.Windows.Documents.UI.DocumentPrintLayoutPresenter.GetCurrentPage()
   at Telerik.Windows.Documents.UI.DocumentPrintLayoutPresenter.MeasureOverride(Size availableSize)
   at System.Windows.FrameworkElement.MeasureCore(Size availableSize)
Completed
Last Updated: 15 Mar 2022 10:26 by ADMIN
Release LIB 2022.1.321 (21 Mar 2021)
Converting DOCX with EMF images to HTML and importing the resultant HTML leads to missing images.
Unplanned
Last Updated: 23 Feb 2022 11:53 by Hashitha
Create a shortcut for deleting the entire word before the caret, such  as the Ctrl+Backspace one available in MS Word.
Completed
Last Updated: 21 Feb 2022 14:46 by ADMIN
Release R1 2022 SP1
Validation visualization resets to show that contents are valid when a new validation error is added to an already failing state.
Completed
Last Updated: 16 Feb 2022 11:59 by ADMIN
Release R1 2022 SP1
Shapes inside a:cxnSpLocks elements are imported wrongly and cause NullReferenceException in Telerik.Windows.Documents.dll while laying out them.
Completed
Last Updated: 16 Feb 2022 11:59 by ADMIN
Release R1 2022 SP1
Created by: Tomas von Peltzer
Comments: 0
Category: RichTextBox
Type: Bug Report
0
The client application hangs while reading a document containing a diagram inside. Internally, multiple OutOfMemoryException and InvalidOperationException errors are thrown.
Completed
Last Updated: 16 Feb 2022 11:51 by ADMIN
Release R1 2022 SP1
DrawingML StyleMatrix indices are 1 based, but when a 0 index is provided, the property should receive a value of null.
Completed
Last Updated: 16 Feb 2022 11:51 by ADMIN
Release R1 2022 SP1
Exception when loading document with ConnectionShapeLocks
Completed
Last Updated: 16 Feb 2022 11:50 by ADMIN
Release R1 2022 SP1
Created by: Stefan
Comments: 0
Category: RichTextBox
Type: Bug Report
1
When the 'NoFill' option is selected for the fill of a shape, it should be rendered. However, the shape is visualized in RadRichTextBox with white fill.
Completed
Last Updated: 14 Feb 2022 08:17 by ADMIN
Release LIB 2022.1.214 (14 Feb 2022)
The HTML is not properly escaped and the writer throws InvalidOperationException.
Completed
Last Updated: 14 Feb 2022 08:13 by ADMIN
Release LIB 2022.1.214 (14 Feb 2022)

Some dialogs like ParagraphPropertiesDialog and SectionColumnsDialog have dependency properties for defining the width of the numerics. When creating implicit style, the value of these custom properties results in 0 and they are invisible in the UI.

Workaround: Set the value of the property in the custom style. For paragraph properties dialog:

<Style TargetType="rtb:RadParagraphPropertiesDialog" BasedOn="{StaticResource CustomStyle}" >
    <Setter Property="NumericWidth" Value="85"/>
</Style>

Unplanned
Last Updated: 10 Feb 2022 11:02 by ADMIN
ADMIN
Created by: Tanya
Comments: 1
Category: RichTextBox
Type: Feature Request
4
Add dialog previewing how the content of the RadRichTextBox would be printed according to the current settings.

Workaround: Currently this could be implemented with the public API using separate RadRichTextBox in a window.
Declined
Last Updated: 08 Feb 2022 13:00 by ADMIN

Using the microsoft word,In docx document,inserting a shape,and add the text context to the shape,then save.

when radrichtextbox  open the file,the program crashed.

Completed
Last Updated: 07 Feb 2022 13:57 by ADMIN
Release LIB 2022.2.207 (02 Feb 2022)
Inserting symbols using the windows emoji keyboard (WindowsKey + .) in RadRichTextBox results in two duplicate characters.
Unplanned
Last Updated: 03 Feb 2022 11:30 by ADMIN
Currently, RadRichTextBox supports the import and export of shapes from and to Office Open XML (DOCX). When exporting to PDF, the shapes are converted to images. When exporting to other formats the shapes are lost.