Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
Documents containing <pre> tag and line breaks (CR LF) cause unexpected visual behavior (loss of content) and invalid layout. Sporadically, document positions seem to also get invalid which leads to exceptions.
Completed
Last Updated: 31 Oct 2018 07:54 by ADMIN
A custom list has numbered list, which refer style and the style refer numbered list. If the second numbered list is not imported before importing the first the import will fail.

ArgumentException ("referenced document list does not exist."); is thrown and handled internally. It is caused by linked list styles. The style which refers other is imported before the referenced style. The RichTextBox expects that referred styles are imported before the styles that refer them.

Available in R3 2018 Official Release Version.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
When floating image is added to empty table cell, it is positioned in a way that overlaps the table border. 
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: RichTextBox
Type: Feature Request
1
Adding support for exporting font style as font tag. Android's TextView for example support styling only using tags.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
When hyperlink is within another annotation so that the outer annotation touches the hyperlink annotation, editing the hyperlink with Insert Hyperlink dialog moves parts of the text of the hyperlink, or the outer annotation. Reproducible with Comments and Bookmarks.

Steps to reproduce:

Variant 1:
1. Insert Hyperlink
2. Enter some text after the Hyperlink (eg. ' Test')
3. Select the Hyperlink and the text and Insert Comment
4. Edit the target of the hyperlink with the Insert Hyperlink Dialog

Expected: The text is not changed.
Actual: Space between Hyperlink and the text is moved before the Hyperlink

------------------------------------------------

Variant 2:

1. Insert three words and make the middle hyperlink.
2. Insert comment or bookmark over the hyperlink
3. Edit the target of the hyperlink with the Insert Hyperlink Dialog

Expected: Annotations are not reordered
Actual: Comment (bookmark) annotations change their places.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
Comment references - comments without start and end, just a position in the document, are not imported from docx and RTF document.
RTF: such comments don't have their annotation start ('\atrfstart') and end  ('\atrfend'), and only have '\atnid' tag. In the specification such comments are referred as 'annotation is associated without an annotation bookmark".
Docx: such comments are denoted with 'commentReference' element.

Steps to reproduce:
1. In MS Word, add comment without having a selection in the document.
2. Export the document to RTF or docx.
3. Open the exported document in RadRichTextBox.
Expected: The comment is imported.
Actual: The content is not imported.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
Current editing style properties are not modified by Font dialog. Also applying through methods of RadRichTextBox or RadDocumentEditor does not work.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
Add ability to combine revisions from different authors into a single document.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
The icon of "Font Color" button is wrong in Selection Mini Toolbar. It is the same as the icon of "Text Highlight Color" button. The button itself works properly - changes the color of the font of the selected text.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
Mail merge field is inserted with incorrectly placed and inverted first bracket '{' when the paragraph is RTL.

Workaround: Update the field and then toggle it back to code display mode.

Steps to reproduce: 
- Write something in RTL paragraph.
- Insert mail merge field.
Expected: The field is inserted with its normal form: { MERGEFIELD PropertyName }
Actual: The brackets of the field are incorrectly placed: } <some-RTL-text> MERGEFIELD PropertyName }
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
When a hyperlink is inserted near to a full stop, the spans are reordered.

Steps to reproduce:
1. Write some Arabic text  containing full stop.
2. Select the text after the full stop and insert a hyperlink

Expected: The letters and words preserve their order.
Actual: The letters and/or words are reordered.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
Spaces in the text are disappearing when several tabs key are added (using the Tab key). In some cases, parts of words are missing (off the visible page) or are reordered.

Steps to reproduce: 
1. Write some words in a line inside a paragraph, set with justified alignment.
2. Press Tab few times, until the caret goes to the next line
Result: The spaces are not visible, some parts at the end of the text disappear. Sometimes the words are reordered.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
When large image is set as watermark and the document is exported to PDF, the image is with significantly worse quality.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
When a custom list is created and applied over different parts in the text (which are separated from text without list), the export to DOCX and RTF format is wrong as the list numbering is not correct. Instead of having several lists starting from index 1, there is only one list with continuing numbering in the exported document.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
When floating image is anchored to the first position of the first paragraph on a page, and there are some empty paragraph on the previous page, sometimes the image is positioned on the previous page instead of along the paragraph.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
This should be similar to the one in HtmlFormatProvider and RtfFormatProvider: Html/RtfImportSettings.FontSubstituting event.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: RichTextBox
Type: Feature Request
1
When exporting RadDocument to HTML comments are omitted. 

MS Word, for example, adds comments as end notes using JavaScript.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
If nested comments are present in the document, the end users cannot delete the nested one. If they put the caret inside the inner comment, or even inside the balloon associated with the inner comment, and press "Delete Comment", the most outermost comment is deleted instead of the current one.
Unplanned
Last Updated: 31 Oct 2018 07:54 by Rasmus
In Word, slashes, dots, etc. are treated as separate words when moving the caret with Ctrl + Key.Right and Ctrl + Key.Left.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
Exporting document containing Hebrew text to PDF results in correct text (letter-by-letter), but with wrong text flow: letters in the words are inverted and flow left-to-right instead of right-to-left.