Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
ADMIN
Created by: Petya
Comments: 0
Category: RichTextBox
Type: Feature Request
1
Implement Mirror margins similar to the option in MS Word.

In MS Word, this is controlled using Page Setup dialog -> Margins -> Pages -> Multiple pages: -> Mirror margins. Another possible options are 2 pages per sheet and Book fold.
Completed
Last Updated: 02 Feb 2016 12:31 by ADMIN
Tab leader (dots) are calculated based on the available space between the end of the text in the entry and the page number. 

Workaround: to change rendering mode to TextBlockWithPropertyCaching:

this.radRichTextBox.TextRenderingMode = TextBlockRenderingMode.TextBlockWithPropertyCaching;
Completed
Last Updated: 18 Feb 2015 17:23 by ADMIN
Won't Fix
Last Updated: 01 Feb 2016 06:38 by ADMIN
The issue is sporadic. Updating the UI resolves it.

Workaround: manually call
this.radRichTextBox.ActiveEditorPresenter.RecreateUI();
just after the acception.
Completed
Last Updated: 31 Oct 2018 07:53 by ADMIN
The following parts are with hard coded strings and cannot be localized:

 - Insert Caption (InsertCaptionDialog): Combo boxes for label and separator
 - Paragraph Properties (ParagraphPropertiesDialog): Units of spacing and indentation values (pt)
 - Tab Stops Properties (TabStopsPropertiesDialog): The text of the tabStopsToBeClearedTextBloc
 - Cross references: reference types Figure and Table
 - TOC  and TOF: Heading and Figure, Caption labels
 - Document Ruler: Tooltips
 - FormattingColorPicker: The "No Color" string

Available in R1 2018 SP2 Release Version.
Unplanned
Last Updated: 08 Nov 2018 13:54 by Suzanne
Add support for nested track changes revisions. Currently, when a user tries to delete text added by another user, RadRichTextBox simply removes it and does not mark it as a change.
Unplanned
Last Updated: 20 Apr 2023 11:59 by ADMIN
In some complex script languages, like Telugu and Thai language, some characters are grouped (e.g. consonants + vowels) in new grapheme. 

For example, type 'p' in Telugu - 'జ', followed by 'ో' - they are combined in new grapheme - 'జో', or paste the following Thai grapheme: ชื

UI correctly visualizes this, but:
- Text measuring assumes that the grapheme width is equal to the sum of the widths of its parts (characters), which is not correct. Selection and caret position are scrambled because of this.
- There are document positions between  the grapheme parts (characters), but shouldn't.
- When the caret is before the grapheme, deleting with "Delete" key deletes the grapheme in multiple steps (character by character), but should delete it in single step. Deleting with "Backspace" works correctly.
- There are some unsupported combinations in some languages. For example in Thai, typing 'z' then 'y' will produce grapheme, but typing 'w' then 'y' will not produce grapheme, and the 'y' should be ignored.
Unplanned
Last Updated: 31 Oct 2018 07:51 by shahab kazemi
ADMIN
Created by: Todor
Comments: 4
Category: RichTextBox
Type: Feature Request
4
When FlowDirection is set to RightToLeft:

<telerik:RadRichTextBox FlowDirection="RightToLeft" />

RadRichTextBox could work as system's RichTextBox - to layout the text correctly and swap the vertical scrollbar on the left side. Another option to consider is to change the default paragraph style (or 'Normal' style?) to have RTL flow.

Currently, when this property is set, the text gets reversed and the vertical scrollbar stays on the right side.
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.
Unplanned
Last Updated: 16 Dec 2022 07:48 by ADMIN
There is already Author property but it is not filled automatically. It should be filled using the RequestCurrentUserInfo event of the RadDocument, which is currently only used for track changes revisions. 
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.
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
ADMIN
Created by: Todor
Comments: 0
Category: RichTextBox
Type: Feature Request
3
Currently saving to an .rtf document with footnotes strips the footnotes and endnotes.
Unplanned
Last Updated: 07 Mar 2017 09:41 by ADMIN
ADMIN
Created by: Mihail
Comments: 0
Category: RichTextBox
Type: Bug Report
1
TabStopsProperties dialog is non-modal dialog, but it should be modal.
Unplanned
Last Updated: 31 Oct 2018 07:51 by ADMIN
Add a property that can control whether a table row is allowed to break across pages or not.
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
ADMIN
Created by: Svetoslav
Comments: 0
Category: RichTextBox
Type: Feature Request
5
When the content of an entire row is copied and the caret is inserted in the left most column of a row, then the content of each cell in that row should be overwritten with the contents in the clipboard when pasted.

When such content is pasted just after a table, new row is added and filled with values.

When such content is pasted in paragraph, new table is created.
Completed
Last Updated: 09 Dec 2014 11:54 by ADMIN
The fix is available in Q3 2014 SP1.
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: 05 Dec 2014 09:10 by ADMIN
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
When a table is preceded by several paragraphs last of which is empty, selecting more than one of those paragraphs and the table excludes the empty paragraph from the selection. 

Steps to reproduce:
- Add paragraph with text, followed by empty paragraph, followed by table 2x2.
- Select from the beginning of the document to the last table cell (Note that the paragraph after the table is not included in the selection)
- Copy the content and paste it in the document below.
- The empty paragraph is not present in the pasted content, as it is excluded from the selection.