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. 
Unplanned
Last Updated: 19 Dec 2023 07:16 by Swapnil
Zooming out causes some table borders to disappear.
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.
Unplanned
Last Updated: 28 Sep 2023 10:38 by Caesar
Undo of action with lists in not recovering the original state of the document.
Unplanned
Last Updated: 20 Sep 2023 09:58 by Ihor
Text alignment is lost when creating fragment from selection or the IsLastParagraphClosed property is set to false.  
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: 31 Aug 2023 11:25 by Caesar
Add support for TextAlignment of lists similar to Word. In Word, the entire list can aligned to the center or right. 
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. 

Unplanned
Last Updated: 18 Aug 2023 07:48 by Thomas
Created by: Thomas
Comments: 0
Category: RichTextBox
Type: Feature Request
0
Add support for non-breaking hyphen.
Unplanned
Last Updated: 31 Jul 2023 13:30 by Stenly
Add a color palette that contains the highlight colors from the Office Open XML specification (see attached). Currently, we provide an extended palette that contains colors that are not supported in the DOCX format. 
Unplanned
Last Updated: 06 Jul 2023 15:05 by Vladimir
When applying a style to a document containing a list, saving it to a .rtf file and loading it back, the style is not applied to the list. 
Unplanned
Last Updated: 03 Jul 2023 05:34 by ADMIN
Add a way to convert between RadRichTextBox's RadDocument and RadWordsProcessing's RadFlowDocument. 

This will enable integration scenarios between the two products, including using RadWordsProcessing's format providers for import and export.
Unplanned
Last Updated: 16 Jun 2023 08:24 by Stanley
When the table is split into 2 pages and the remaining part is smaller than the header it is not visualized.
Unplanned
Last Updated: 15 Jun 2023 09:46 by n/a
Auto text color in a cell in the table does not show the correct coloring. For example, when the background of the cell is changed to black or another dark color the text forecolor should be automatically adjusted. 
Unplanned
Last Updated: 12 Jun 2023 06:47 by ADMIN
Text containing mixed Right-to-Left and Left-to-Right parts are visualized incorrectly - some of the punctuation marks swap their places.

Partial workaround: Use RadRichTextBox's TextRenderingMode = TextBlockWithPropertyCaching. This mode also has problems, but it works in some cases.
Unplanned
Last Updated: 06 Jun 2023 06:03 by Deltaohm
Exporting field with code ending with curly bracket trims it.
Unplanned
Last Updated: 29 May 2023 04:42 by Swapnil
Editing after selecting the end of the line removes the line break. In Word, the line break (paragraph) is preserved.