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 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"
Completed
Last Updated: 29 Jan 2016 06:37 by ADMIN
ADMIN
Created by: Petya
Comments: 1
Category: RichTextBox
Type: Bug Report
0
Deleting a row in the attached table causes a crash during document layout.
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.
Unplanned
Last Updated: 31 Oct 2018 08:07 by ADMIN
Docx format can encode symbol characters using the <sym> element. Currently this concept is not supported in the document model, and the element is converted to normal character on import. Add support for similar element in the document model, and for its export to Docx.
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
ADMIN
Created by: Aylin
Comments: 0
Category: RichTextBox
Type: Feature Request
0
Currently Find dialog searches only in the editor from which it's started, e.g. if the user presses Ctrl+F in a comment, only the text of this comment is searched.
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
A table in the body is wider than a table in the header when the document is printed. 

Steps to reproduce:

- Insert a tables in the header and the body.
- Print the document

Expected: The table in the body has the same width.
Actual: The table in the body is wider that the table in the header
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
ADMIN
Created by: Boby
Comments: 0
Category: RichTextBox
Type: Feature Request
0
Add full support for spell checking of comments. Currently the words are not underlined, and the user cannot show the suggestions in the context menu; but it can trigger the spell checking dialog from the UI command.

Check if this is possible for other child editors like footnotes/endnotes.
Completed
Last Updated: 05 Dec 2014 09:10 by ADMIN
Unplanned
Last Updated: 31 Oct 2018 08:07 by ADMIN
ADMIN
Created by: Petya
Comments: 0
Category: RichTextBox
Type: Feature Request
0
Expose TableOfContentsField.TabStopLeader property which will allow changing the leaders of the tab stops used within the field result. Currently such property exists, but it's internal.
Completed
Last Updated: 16 Mar 2015 15:24 by ADMIN
When a paragraph between two tables with different columns count is deleted and then the two tables are copy-pasted, the layout of the second table gets broken.
Completed
Last Updated: 09 Dec 2014 11:54 by ADMIN
The fix is available in Q3 2014 SP1.
Completed
Last Updated: 06 Dec 2021 15:11 by ADMIN
Release LIB 2021.3.1213 (13 Dec 2021)
When using the "Replace" function or the API, the formatting of the replaced word is lost.

Note: Using "Replace All" does not reset the formatting.

Steps to reproduce:
1. Enter the text "The quick brown fox" in a document
2. Apply formatting to the word "brown" (eg, make it bold)
3. Perform a find/replace on the word brown (eg, replace with blue) using "replace", not "replace all"
4. The formatting of the word is reset (it's no longer bold) 
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
Horizontal table borders are drawn outside of the table when vertical table borders are not present. The issue is very visible when background is applied to the table cells - the ends of the horizontal borders finish just outside the table cell background.
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
When the HightlightColorPicker is in DataTemplate its image cannot be set to a different than the default one. When the control is not in template it is working properly.
Unplanned
Last Updated: 31 Oct 2018 08:07 by ADMIN
ADMIN
Created by: Mihail
Comments: 0
Category: RichTextBox
Type: Bug Report
0
Comments are getting collapsed and clipped when there is not enough vertical space to display all of them.
Completed
Last Updated: 28 Nov 2014 13:41 by ADMIN
When document with field in header/footer is imported from RTF, and subsequently exported to RTF from web layout mode, the formatting of the field is lost.