Completed
Last Updated: 09 Nov 2015 19:14 by ADMIN
The fix will is available in our LIB release (v. 2015.03.1109).
Completed
Last Updated: 31 Oct 2018 08:11 by ADMIN
If an RTF file contains hyperlink with backslashes in the URI, it is imported broken. Usually, similar hyperlinks are pointing to a local file.
As a workaround, another syntax may be used. For example, "file:///".
Completed
Last Updated: 17 Apr 2015 07:49 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: RichTextBox
Type: Bug Report
0
When you are registering an embedded font using the FontManager class, the font family is not rendered. The issue is observable only in WPF.
Completed
Last Updated: 09 Oct 2015 11:51 by ADMIN
When a field result fragment has multiple lines only the first and the last paragraph get the proper paragraph style properties.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
Add ability to combine revisions from different authors into a single document.
Completed
Last Updated: 25 Sep 2019 07:29 by ADMIN
Release R3 2019
ADMIN
Created by: Boby
Comments: 12
Category: RichTextBox
Type: Feature Request
12
Create different options for pasting(keep formatting, merge formatting, use destination styles). At this point, the document default styles are not copied in the document fragment, thus their loss is observed. 

When DocumentInheritsDefaultStyleSettings is true and the font settings are like set to different font size/font family, copied text is pasted to MS Word with Verdana font, size 12. Loss of formatting is also observed when copying from RadRichTextBox and pasting in MS Word - the default styles differ.
Unplanned
Last Updated: 19 Mar 2019 16:39 by ADMIN
Add ability to select last paragraph symbol in Section and TableCell.  Currently there is no document position after the last paragraph symbol in a document/section/table cell. This means it cannot be part of a DocumentSelection.
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
When symbol is inserted in underlined word, the underline color of the inserted symbol is always black and doesn't respect the underline color of the word.

Also, when Track Changes is ON and some symbols are inserted, the underline color is black instead of being red. Probably the root cause is the same for both behaviors.
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
When misspelled word is corrected with the spell checker, and the word is just before the comment range end, the comment range end is moved after the previous word.

Steps to reproduce:
1. Open RichTextBox and type the following sentence: "This sentence has a wrong speling".
2. Select the entire sentence and click "New Comment" button.
3. The comments range start marker displays before "This...." and comment range end marker displays after "...speling"
4. Right click on word "speling" to change "speling" to "spelling"
Result: The spelling gets fixed as expected, but the comment range end moves before the word "spelling".
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 08:11 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: RichTextBox
Type: Feature Request
0
When doing word-by-word spell checking, the spell checking dialog sometimes covers the misspelled word, so the user cannot see the context of the word without manually moving the dialog. It would be nice if there was a way to change the position of the dialog while spell checking so that it doesn't cover the context of the word.
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 08:11 by ADMIN
The method CopyContentFromOverride is a protected method used for copying of inline specific content. This method is not called each time from the CreateElementCopy method.
As a workaround of copying your properties ovveride the CopyPropertiesFromOverride method.
Declined
Last Updated: 14 Dec 2016 15:03 by ADMIN
When HTML document which contains brackets and is set to RTL is imported, the closing brackets are converted to opening.

Workaround: Set RadRichTextBox's TextRenderingMode="TextBlockWithPropertyCaching"
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 08:11 by ADMIN
When the paragraph starts with Annotation with SkipPositionBefore = true, TabForward command does not detect that the caret is actually at the beginning of paragraph, and inserts Tab character instead of changing left indent.

Workaround: Subscribe to CommandExecuting and cancel the InsertTextCommand with parameter "\t" if the caret is at such position

Steps to reproduce:
- Insert a paragraph in the document.
- Put the caret at the beginning of the paragraph and insert bookmark (without selection).
- Put the caret at the beginning of the paragraph and press tab.
Expected: Paragraph's Left indent is changed.
Observed: Tab character is inserted.