Completed
Last Updated: 04 Jul 2022 07:22 by ADMIN
Release LIB 2022.2.704 (04 Jul 2022)
When the font of the document is set to a non-default font (for example Arial) and the caret is moved around the same line, it jumps up and down at the start and end of words.
Completed
Last Updated: 04 Jul 2022 07:21 by ADMIN
Release LIB 2022.2.704 (04 Jul 2022)

RichTextBox: Exception when loading a table with a specific layout in R2 2022

This works with R1 2022 SP1

Completed
Last Updated: 07 Jul 2022 10:55 by ADMIN
Release LIB 2022.2.711 (11 Jul 2022)
The paragraph is not correctly copied and carries empty inlines that cause the exception.

Workaround: Add some content to the inlines of the copied paragraph:
foreach (Span span in paragraphCopy.EnumerateChildrenOfType<Span>())
{
    if (string.IsNullOrEmpty(span.Text))
    {
        span.Text = " ";
    }
}

Completed
Last Updated: 07 Jul 2022 10:07 by ADMIN
Release LIB 2022.2.711 (11 Jul 2022)
When the definition of margin-[left/right] contains a CSS function as a value for the property, NullReferenceException is thrown while importing the content.
Completed
Last Updated: 06 Jul 2022 12:20 by ADMIN
Release LIB 2022.2.711 (11 Jul 2022)
When the definition of font-weight contains a CSS variable as a value for the property, NullReferenceException is thrown while importing the content.
Completed
Last Updated: 27 Jun 2022 08:52 by ADMIN
Release LIB 2022.2.627 (27 Jun 2022)
When importing a document with a content control present inside the header/footer, only the content remains and the control itself gets stripped.
Completed
Last Updated: 27 Jun 2022 08:52 by ADMIN
Release LIB 2022.2.627 (27 Jun 2022)
When in Header/Footer mode trying to insert a content control causes it to be added inside the main document.
Unplanned
Last Updated: 15 Jun 2022 16:45 by Steve
The document can be properly visualized in MS Word and RadRichTextBox but upon opening it with WordPad, the image is not visible. Trying to create a FlowDocument object from it leads to an exception (System.Runtime.InteropServices.ExternalException: 'A generic error occurred in GDI+.').
Completed
Last Updated: 05 Jul 2022 12:11 by ADMIN
Release LIB 2022.2.711 (11 Jul 2022)
The error is thrown while measuring a nested table and one of its rows is separated on different pages. 
Unplanned
Last Updated: 15 Jun 2022 08:11 by Telerik Admin
CopyPropertiesFromOverride() method of InlineUIContainer is called more than once for every Copy/Paste command.
Unplanned
Last Updated: 09 Jun 2022 11:08 by Xiao
When there is a table and a paragraph in the header, the added watermark appears multiple times.
Unplanned
Last Updated: 07 Jun 2022 06:00 by Choung
The HighlightColor of spaces at the end of the line is not correct when the FlowNoWrap mode is used.
Completed
Last Updated: 26 Sep 2022 13:26 by ADMIN
Release LIB 2022.3.1003 (03 Oct 2022)
The cursor jumps to the next line sometimes when clicked at the end of the line.
Completed
Last Updated: 19 Dec 2023 10:50 by ADMIN
Release LIB 2022.2.704 (04 Jul 2022)
Unable to place the cursor before a single vertical line character at the start of the line (ex. "I", "i", "l").
Completed
Last Updated: 06 Jun 2022 09:06 by ADMIN
Release LIB 2022.2.606 (06 Jun 2022)
RIchTextBox: Changing the current value of ComboBox/DropDownList/DatePicker/CheckBox content control causes two items to appear in the undo stack - Delete and Insert.
Unplanned
Last Updated: 27 May 2022 06:28 by Caesar
User is able to type in a content control even though its editing is not allowed by setting the "Content control cannot be edited" option.
Unplanned
Last Updated: 27 May 2022 06:22 by Caesar
Setting "Content control cannot be deleted" for a Plain Text content control breaks the editing rule and the user cannot edit the Plain Text control.
Unplanned
Last Updated: 26 May 2022 11:29 by Caesar
The default combo box item is restored when on exports content controls to xaml and then imports back
Unplanned
Last Updated: 26 May 2022 10:33 by Caesar
The PlaceholderText of Content Control should be restored when the content is deleted and the icon is clicked. 
Unplanned
Last Updated: 26 May 2022 09:52 by Caesar
When committing the text, the automatic underline should be removed from the content. However, it is preserved for all spans inserted with the IME.