Unplanned
Last Updated: 08 Jan 2024 12:27 by Swapnil
Selection is not correct after calling the MeasureAndArrangeInDefaultSize and using the flow layout mode. This happens when the document is already set to the RichTextBox.
Unplanned
Last Updated: 04 Jan 2024 16:18 by ADMIN

Please see the attached video.

I've managed to fix this by altering the source code of  method ParagraphLayoutBox.MeasureOverride and hope it doesn't cause other problems.

Unplanned
Last Updated: 02 Jan 2024 11:48 by Martin Ivanov
Currently, the document model reads the scene3d tag of the shape drawing, but RadRichTextBox doesn't support rendering this information. 
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").
Unplanned
Last Updated: 19 Dec 2023 07:16 by Swapnil
Zooming out causes some table borders to disappear.
Completed
Last Updated: 18 Dec 2023 06:53 by ADMIN
Release LIB 2023.3.1218 (18 Dec 2023)
Setting the document to null causes an exception.
Completed
Last Updated: 18 Dec 2023 06:53 by ADMIN
Release LIB 2023.3.1218 (18 Dec 2023)
 Table Properties Dialog. Can't see the number edit field in the Windows 11 Theme.
Completed
Last Updated: 15 Dec 2023 11:44 by ADMIN
Release R3 2023
RadRichtTextBox: Sometimes Double mouse clicks will not execute when clicking into the middle of a letter.
Completed
Last Updated: 27 Nov 2023 06:22 by ADMIN
Release LIB 2023.3.1127 (27 Nov 2023)
The ListId is not removed when it is set inside another style. 
Unplanned
Last Updated: 22 Nov 2023 07:56 by Alexey
When scrolling the caret moves to the upper left corner of the page.
Unplanned
Last Updated: 22 Nov 2023 07:10 by Alexey
The control scrolls to caret position when switching the "Show/Hide Formatting Symbols" button.
Completed
Last Updated: 10 Nov 2023 06:22 by ADMIN
Release R3 2023 SP1
Created by: Jose Ramon
Comments: 0
Category: RichTextBox
Type: Bug Report
1
HTML NaN values cause InvalidOperationException.
Completed
Last Updated: 07 Nov 2023 12:08 by ADMIN
Release R3 2023 SP1
The AnnotationRange is lost during the export of a DocumentFragment created from the current selection.
Completed
Last Updated: 03 Nov 2023 09:24 by ADMIN
Release LIB 2023.3.1106 (6 Nov 2023)
ChangeAllFieldsDisplayMode throws NullReferenceException when there is a page counter in the footer
Completed
Last Updated: 02 Nov 2023 16:38 by ADMIN
Release LIB 2023.3.1106 (6 Nov 2023)

In this case, the MergeField Code value without the brackets gets concatenated before the display name of the MergeField in the document. 

This reproduces after the document get exported and the DocxExportSettings' FieldResultMode property is set to FieldDisplayMode.DisplayName.

The MergeField is displayed correctly in RadRichTextBox. The issue occurs only when the document is displayed in MS Word.

To work this around, set the DocxExportSettings FieldResultMode value to null.

DocxFormatProvider docxFormatProvider = new DocxFormatProvider() 
{
	ExportSettings = new DocxExportSettings() 
	{
		FieldResultMode = null
	} 
};

Declined
Last Updated: 25 Oct 2023 08:58 by ADMIN
The RadDocument.MailMerge() function crashes a service after the mail merge is ran several times
Completed
Last Updated: 25 Oct 2023 08:47 by ADMIN
Release LIB 2023.3.1106 (6 Nov 2023)
The dialogs are not inheriting the theme correctly/fully.
Completed
Last Updated: 18 Oct 2023 11:38 by ADMIN
Release LIB 2023.3.1023 (23 Oct 2023)
When spanning inline content control on three pages, Exception is thrown while scrolling to the second page
Completed
Last Updated: 18 Oct 2023 10:43 by ADMIN
Release LIB 2023.3.1023 (23 Oct 2023)

The border of the ContentControl is displayed abnormally when the paragraph's TextAlignment is set to Center or Right.

 

Completed
Last Updated: 04 Oct 2023 15:24 by ADMIN
Release R3 2023
Shift + Left arrow navigation selects the entire word instead of the previous letter when inside a table.