In Development
Last Updated: 27 Aug 2024 11:36 by ADMIN
One is unable to insert SDT (content controls) right before or right after another content control. 
Completed
Last Updated: 14 May 2024 15:37 by ADMIN
Release 2024.2.514 (2024 Q2)
Invalid layout setting the position to the end of the line insetting text and performing undo operation. In some cases, this causes NullRefenceException or ArgumentOutOfRangeException.
Completed
Last Updated: 01 Jul 2024 11:22 by ADMIN
Release 2024.2.701 (Preview)
The text drag is not working and the selection is cleared when clicking the second time.
Completed
Last Updated: 11 Mar 2024 07:36 by ADMIN
Release 2024.1.312
Unsupported merge fields (NotSupportedField) are automatically updated when hosted in a header or footer. In MS Word, the fields are not updated/evaluated until you manually call their Update Field action (in the right click menu shown over the field).
Completed
Last Updated: 14 May 2024 15:37 by ADMIN
Release 2024.2.514 (2024 Q2)

NullReferenceException is thrown when the "var" CSS function is used in the HTML on HtmlFormatProvider Import method call. 

The exception occurs only for CSS properties processed by RadRichTextBox. For example: "vertical-align", "font-family", "font-weight", "text-decoration-underline", etc.

The following HTML produces such error:

<span style="vertical-align: var(--my-variable);">

</span>

If the span tag doesn't have any content, the error doesn't occur.

The exception stacktrace is:

at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.FillSpanProperties(SpanProperties spanProps, EvaluateProperty evalFunction, IEnumerable`1 disregarderdDefaultStyleBagPropertiesCollection)
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.CreateSpanFromTextNode(INode childNode, Paragraph paragraph, IEnumerable`1 disregarderdDefaultStyleBagPropertiesCollection)
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.ProcessContentNode(INode node)
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.<>c__DisplayClass80_0.<ProcessNode>b__0()
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.ProcessNode(INode node)
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.ProcessGenericNode(INode node)
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.<>c__DisplayClass80_0.<ProcessNode>b__0()
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.ProcessNode(INode node)
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.ProcessGenericNode(INode node)
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.<>c__DisplayClass80_0.<ProcessNode>b__0()
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.ProcessNode(INode node)
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.ProcessGenericNode(INode node)
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.<>c__DisplayClass80_0.<ProcessNode>b__0()
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.ProcessHyperlinkNode(INode node, Action innerAction)
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.ProcessAnnotationsForNode(INode node, Action innerAction)
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.ProcessNode(INode node)
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.ProcessGenericNode(INode node)
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.<>c__DisplayClass80_0.<ProcessNode>b__0()
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.ProcessNode(INode node)
   at Telerik.Windows.Documents.FormatProviders.Html.Import.HtmlDocumentImporter.Import(Stream input)

To work this around, avoid  using the "var" function in the CSS.

Completed
Last Updated: 18 Oct 2023 10:43 by ADMIN
Release LIB 2023.3.1023 (23 Oct 2023)

The border of the ContentControl is displayed abnormally when the paragraph's TextAlignment is set to Center or Right.

 

Won't Fix
Last Updated: 14 Jun 2024 10:06 by ADMIN
Creating a DocumentFragment from a document with hyperlinks removes the links. Consider exposing the Add method of DocumentFragment as well. 
Completed
Last Updated: 12 Dec 2018 13:28 by ADMIN
When the document is protected, RadRichTextBox.CommandExecuting is not raised when the user double clicks the header or footer area.
Unplanned
Last Updated: 19 Jan 2023 14:59 by Stefan
Created by: Stefan
Comments: 0
Category: RichTextBox
Type: Feature Request
0
Simulate selection when caret is inside a field just like in MS Word.
Completed
Last Updated: 22 Aug 2024 07:49 by ADMIN
Release 2024.3.821
Performing an Undo operation on a span executes a delete which removes the annotations within the current selection. This leads to invalid removed annotations and exception when executing the second undo.
In Development
Last Updated: 03 Sep 2024 13:38 by ADMIN
The annotations are not restored correctly when performing undo operations 3 times.
Unplanned
Last Updated: 28 Aug 2024 05:40 by Keisuke
Exception when manipulating shapes in Flow layout mode.
Completed
Last Updated: 14 Aug 2020 11:12 by ADMIN
Release LIB 2020.2.817 (17/08/2020)
If the users press the Windows key while typing in IME, the current content is duplicated. 
Completed
Last Updated: 07 Mar 2016 11:42 by ADMIN
Unplanned
Last Updated: 04 Aug 2020 13:22 by ADMIN
After pressing Shift + Enter the FontWeights is not preserved on the second line when the text on the first line starts with Bold and ends with Regular FontWeights (check the attached record.gif). 
Unplanned
Last Updated: 31 Jul 2020 09:35 by ADMIN

Appling the following command changing the margin but doesn't change the position of the DocumentRuler:

this.radRichTextBox.ActiveDocumentEditor.ChangeSectionPageMargin(new Padding((int)Unit.InchToDip(3.0)));

 

The result:

A possible workaround could be calling the protected OnSeparatorsChanged() method using reflection: 
MethodInfo method = typeof(RadRichTextBoxRulerController).GetMethod("OnSeparatorsChanged", BindingFlags.NonPublic | BindingFlags.Instance);
method.Invoke(this.ruler.Controller, null);
Where this.ruler is:

<telerik:DocumentRuler x:Name="ruler">

Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
Introduce an option to change the character which follows the list level symbol. By default this is a Tab character, however, they can be the following:
- Tab
- Space
- Nothing (none following character)

In OOXML, this is described using the 'suff' element.
In MS Word, this setting could be changed by selecting the bullet/number of the list item -> Context Menu -> Adjust List Indents -> Follow number with:.
Unplanned
Last Updated: 27 Jul 2020 13:13 by ADMIN
The list style is not changed according to the surrounding font
Unplanned
Last Updated: 20 Jul 2020 08:29 by ADMIN
Additional optional hyphen is inserted between two divs when the text in the first one is wrapped in <p> tag and in the second is not:
<!DOCTYPE html>
<html>
<body>

<div><p>RadDocument</p></div>
<div>Document</div>

</body>
</html>

Declined
Last Updated: 19 Oct 2015 10:26 by ADMIN
Created by: yi
Comments: 1
Category: RichTextBox
Type: Feature Request
0
For now, We can drag or paste Images into RadRichTextBox. But still can't drag or paste files like RichTextBox in Winform. It's very inconvenient!