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. 
Completed
Last Updated: 03 Oct 2023 08:20 by ADMIN
Release R3 2023
RadRichTextBox: Creating a new document fragment from imported document adds empty paragraph at the end.
Unplanned
Last Updated: 28 Sep 2023 10:38 by Caesar
Undo of action with lists in not recovering the original state of the document.
Completed
Last Updated: 07 Sep 2023 12:47 by ADMIN
Release LIB 2023.2.918 (18 Sep 2023)

Austria (German) region is set in windows. Digit grouping symbol is set "," and decimal symbol is ".".

Inserting rounded rectangle shape in RichTextBox produces broken geometry like so:

Completed
Last Updated: 07 Sep 2023 12:11 by ADMIN
When the Windows 11 theme is applied, opening the drop-down menu of either the ShapesColorPicker or ShapesOutlinePicker results in an InvalidOperationException.
Unplanned
Last Updated: 04 Sep 2023 13:33 by Caesar
 Invalid result when inserting row to a table with a merged cells.
Unplanned
Last Updated: 28 Aug 2023 13:05 by Caesar
Incorrect list item sequence when adding new items to existing list. 
Unplanned
Last Updated: 25 Aug 2023 09:37 by Vladimir
Annotation markers can be left after deleting when annotation start and annotation end are in different selection ranges. 
Unplanned
Last Updated: 24 Aug 2023 06:36 by ADMIN

The non-breaking space breaks the word if a comma character is presented in the word. For example, the following text should be treated as one word - 10,0 % but it is separated into to words - 10,0 and %.

The issue can be observed when the word should break on the next line. 

Completed
Last Updated: 18 Aug 2023 08:06 by ADMIN
Release LIB 2022.2.808 (08 Aug 2022)
When a non-breaking space appears after a letter and punctuation symbol, it is not respected and the line can break on it.