Unplanned
Last Updated: 31 Oct 2018 07:51 by Mi
Created by: Jek
Comments: 1
Category: RichTextBox
Type: Feature Request
6
A digital signature can be used to authenticate the identity of a user and the document’s contents. 
Declined
Last Updated: 17 Feb 2015 14:39 by ADMIN
MS-Word allows a user to toggle the markup and edit the document as final when track changes are enabled. This feature request is allowing something similar in RadRichTextBox.  
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
By specification this is a sample RTF color table group:

{\colortbl;\red0\green0\blue0;\red0\green0\blue255;\red0\green255\blue255;}


Currently , if there is a whitespace separator (" ") before the tag delimiter (";") an RtfColorTableFormatException is thrown, for example:

{\colortbl ;\red255\green255\blue255 ;\red79\green79\blue79 ;}


Instead, such documents could be easily imported by trimming the whitespace.
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
Table borders and line spacing seem lost when exporting a document and showing it back in the editor. Making another roundtrip respects the settings.
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
Implement export of RadDocument's Bookmarks to PDF's bookmarks.
Unplanned
Last Updated: 31 Oct 2018 07:51 by Tony
ADMIN
Created by: Mihail
Comments: 1
Category: RichTextBox
Type: Feature Request
12
Currently text in table cell can be oriented only left to right, with horizontal lines flowing from top to bottom. Add support for more text directions - the most common are vertically oriented, i.e. rotated to 90 or 270 degrees.
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
ADMIN
Created by: Mihail
Comments: 0
Category: RichTextBox
Type: Feature Request
0
Implement commands and UI for producing labels using Mail Merge. 

Behind the scenes this is implemented as Table with the proper number of table columns and rows, and eventually (depending on the setup) NEXT field (https://support.office.com/en-us/article/Field-codes-Next-field-3862fad6-0297-411a-a4e7-6ff5bcf178fd?ui=en-US&rs=en-US&ad=US) - so this will eventually require implementing NEXT field.

Note: In MS Word, this is in Mailings -> Start Mail Merge -> Labels...
Unplanned
Last Updated: 31 Oct 2018 07:51 by ADMIN
When track changes are enabled, setting very large values for both the Top and Bottom values of Distance from text, causes an exception in ParagraphLayoutBox.

Stack trace:

{System.NullReferenceException: Object reference not set to an instance of an object. at Telerik.Windows.Documents.Layout.ParagraphLayoutBox.ArrangeOverride(SizeF finalSize) at Telerik.Windows.Documents.Layout.LayoutElement.ArrangeCore(RectangleF finalRect) at Telerik.Windows.Documents.Layout.LayoutElement.Arrange(RectangleF finalRect) at Telerik.Windows.Documents.Layout.SectionLayoutBox.ArrangeOverride(SizeF finalSize) at Telerik.Windows.Documents.Layout.LayoutElement.ArrangeCore(RectangleF finalRect) at Telerik.Windows.Documents.Layout.LayoutElement.Arrange(RectangleF finalRect) at Telerik.Windows.Documents.Layout.DocumentLayoutBox.ArrangeOverride(SizeF finalSize) at Telerik.Windows.Documents.Layout.LayoutElement.ArrangeCore(RectangleF finalRect) at Telerik.Windows.Documents.Layout.LayoutElement.Arrange(RectangleF finalRect) at Telerik.Windows.Documents.Model.RadDocument.Arrange(RectangleF arrangeRect) at Telerik.Windows.Documents.UI.DocumentPrintLayoutPresenter.MeasureOverride(Size availableSize) at System.Windows.FrameworkElement.MeasureOverride(IntPtr nativeTarget, Single inWidth, Single inHeight, Single& outWidth, Single& outHeight)} 

Steps to reproduce:
1. Enable track changes

2. Insert an image

3. Open Floating Blocks Layout Dialog

4. Choose Top and Bottom

5. Set "Distance from text" for both Top and Bottom to 2000px and click OK

Result: Exception is thrown

Additional info: Problem is also reproduced with very large images (1000 x 800 px) and small values for Distance from text.
Won't Fix
Last Updated: 10 Jul 2019 15:49 by ADMIN
On export to HTML tab stops are converted to non-breaking spaces ( ). Sometimes the width of the all nbsp-s becomes different than the width of the tab stop. When document which contains grid-like data is exported to HTML its columns are not aligned.
Unplanned
Last Updated: 10 Feb 2022 11:02 by ADMIN
ADMIN
Created by: Tanya
Comments: 1
Category: RichTextBox
Type: Feature Request
4
Add dialog previewing how the content of the RadRichTextBox would be printed according to the current settings.

Workaround: Currently this could be implemented with the public API using separate RadRichTextBox in a window.
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 08:11 by ADMIN
When TrackChanges is disabled and a text is changed, the Copy command should copy the content as all changes are accepted. So, for example, deleted text is not copied.
Unplanned
Last Updated: 31 Oct 2018 07:50 by Marc
In MS Word there is a combo box for display mode of the track changes under Review tab. There is a No Markup option which hides the revisions and shows how the document will look in his final variant. Similar to accepting all revisions.
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
RadRichTextBox should have API allowing to set which user can accept or reject the changes. Currently all users can do this.
Completed
Last Updated: 30 Jun 2015 11:57 by ADMIN
In specific cases when deleting a row, which contains merged cells, one of the cells is going in wrong position. 
Completed
Last Updated: 17 Feb 2015 13:23 by Mateusz
The fix will be available in the next official release Q1 2015.
Unplanned
Last Updated: 31 Oct 2018 08:07 by ADMIN
Import of HTML containing an element with defined list-style-type styling, which is not a list, will result in loss of the information in the element.
Here is example:
<div style="LIST-STYLE-TYPE: decimal;">
<p><span>Hello world</span></p>
</div>
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.
Declined
Last Updated: 21 Jan 2015 12:53 by ADMIN
Created by: burk
Comments: 2
Category: RichTextBox
Type: Bug Report
2
In RadRichTextBox, when i export pdf in memorystream Footers are spread.
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
ADMIN
Created by: Anna
Comments: 0
Category: RichTextBox
Type: Bug Report
3
RadRichTextBox.TabIndex property does not have effect. The TabIndex will remain at maximum and RadRichTextBox will be last in the tab order. Moreover, setting RadRichTextBox.IsTabStop to false also doesn't have effect.

The issue is showstopper for the cases where RadRichTextBox is used along with other controls.