Unplanned
Last Updated: 04 Jan 2021 12:54 by ADMIN
Created by: Tanya
Comments: 0
Category: RichTextBox
Type: Feature Request
1
RadRichTextBox's ContextMenu should open when the Context menu key on the keyboard is pressed. 
Completed
Last Updated: 23 Dec 2020 07:47 by ADMIN
Release LIB 2020.3.1229 (29/12/2020)
The floating images are always imported with WrappingStyle.Square.
Unplanned
Last Updated: 15 Dec 2020 09:33 by ADMIN

After deleting a custom annotation using the DeleteAnnotationRange method when there is a text immediately in front of the annotation start:

and then trying to delete the last character in this former annotation range an exception is thrown (Exception: System.InvalidOperationException: 'inline does not belong to this document.')

Completed
Last Updated: 03 Dec 2020 12:28 by ADMIN
Release LIB 2020.3.1207 (07/12/2020)
Importing a structured document tag (content control) that contains a data binding in its properties, which has no prefix mappings defined causes an exception during document layout.
Completed
Last Updated: 03 Dec 2020 12:26 by ADMIN
Release LIB 2020.3.1207 (07/12/2020)
Instead of moving the position after the content control, the caret goes on the last position in the control. This behavior affects keyboard input negatively, as users need to manually navigate to the right.
Completed
Last Updated: 02 Dec 2020 08:30 by ADMIN
Release LIB 2020.3.1207 (07/12/2020)
CheckBoxes defined on block level (i.e. wrapping a table cell) cannot be manually clicked at run-time.
Completed
Last Updated: 30 Nov 2020 15:03 by ADMIN
Release LIB 2020.3.1207 (07/12/2020)
Importing structured document tags with auto-close SdtContent tag throws InvalidCastException exception
Unplanned
Last Updated: 23 Nov 2020 10:42 by ADMIN
Provide API for enforcing the use of only FIPS 140-2 compliant hashing algorithms
Unplanned
Last Updated: 20 Nov 2020 07:39 by ADMIN
Created by: Lance
Comments: 0
Category: RichTextBox
Type: Feature Request
11
Implement a MarkdownFormatProvider, which will allow import/export from/to markdown format.
Unplanned
Last Updated: 17 Nov 2020 07:11 by ADMIN
ADMIN
Created by: Tanya
Comments: 3
Category: RichTextBox
Type: Feature Request
3

In MS Word, the users can change the background color of the page. 

A 'w:background' property is applied to the whole document in DOCX, and this property is used as a page color in Paged layout mode, and as a background color in Web layout mode. 

When implementing, think of whether RadRichTextBox.Background should be synchronized with this property when RadRichTextBox.DocumentInheritsDefaultStyleSettings is true.

Workaround: Currently, background could be set using RadRichTextBox.Background property in Web layout mode, and using a custom style, as described in When the LayoutMode is Paged the Background forum thread, in Paged layout mode.

 

Completed
Last Updated: 16 Nov 2020 10:36 by ADMIN
Release LIB 2020.3.1116 (16/11/2020)

When a content control check box updates it state at run-time, any local formatting is lost.

Workaround: Formatting defined in style definition is properly kept.

Completed
Last Updated: 16 Nov 2020 10:00 by ADMIN
Release LIB 2020.3.1116 (16/11/2020)
If the main document part of a DOCX document is with name different than "document.xml", for example "document2.xml", the content of the document is not imported. 

Such documents are created by OpenXML SDK, if for example this tutorial is followed:
How to: Convert a word processing document from the DOCM to the DOCX file format - http://tpdogfood.telerik.com/msdn.microsoft.com/en-us/library/office/gg188063(v=office.15).aspx.
Unplanned
Last Updated: 09 Nov 2020 07:38 by ADMIN
The table is not properly resized when using the left-most border. The table should be resized like in MS Word (see attached).
Unplanned
Last Updated: 04 Nov 2020 06:53 by ADMIN
Created by: Dimitar
Comments: 0
Category: RichTextBox
Type: Feature Request
1
This works in MS Word and the comments are exported at the bottom of the document
Completed
Last Updated: 30 Oct 2020 11:19 by ADMIN
Release LIB 2020.3.1102 (02/11/2020)
ADMIN
Created by: Tanya
Comments: 3
Category: RichTextBox
Type: Feature Request
5
Currently HtmlFormatProvider does not export/import tables with alignment (left, center, right).
Completed
Last Updated: 30 Oct 2020 09:54 by ADMIN
Release LIB 2020.3.1102 (02/11/2020)
Nested tables inherit alignment from its parent table or table cell when importing a document from HTML, but they shouldn't.
The paragraphs are also aligned incorrectly when their parent table has its align attribute set.
Unplanned
Last Updated: 30 Oct 2020 08:31 by ADMIN
When changing the names of the style and export to RTF the style names are duplicated when imported again
Completed
Last Updated: 26 Oct 2020 09:35 by ADMIN
Xaml exported in Net Core app cannot be imported with Net Framework app
Unplanned
Last Updated: 21 Oct 2020 08:45 by ADMIN
 The paragraph which has run with vanish attribute is not imported from docx
Completed
Last Updated: 16 Oct 2020 12:27 by ADMIN
Release R3 2020 SP1
Copying a Table and then pasting it as plain text results in each table cell added on a new line. Instead, the content of the cells on a single table row should be separated by tabs and newlines should differentiate the table rows.