Won't Fix
Last Updated: 20 Sep 2016 07:23 by ADMIN
ActiveDocumentEditorChanged is not always fired correctly.
Completed
Last Updated: 04 Feb 2016 14:14 by ADMIN
Unplanned
Last Updated: 04 Feb 2022 17:26 by ADMIN
RTF documents that do not define the appropriate style types in the style definitions are not processable in RTB. While this is a deviation from the standard, MS Word manages to fix them and then open them.
Unplanned
Last Updated: 31 Oct 2018 07:53 by Sistema PRI
The borders of a row spanned (merged) cell are not correctly imported if the borders are applied before the merge.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN

Workaround: When the error is reproducible with revisions, inherit the RevisionsToolTipLayer class and override ResetPooledElementProperties method
protected override void ResetPooledElementProperties(object element)
{
    if (element is Path)
    {
        Path path = (Path)element;
        path.Data = null;
        path.Fill = null;
        path.Dispatcher.BeginInvoke(()=>
        ToolTipService.SetToolTip(path, null));
    }
}


When the error is thrown when using hyperlinks, setting the format string for hyperlinks to an empty string prevents the error but will also disable the hyperlink tooltips:
this.radRichTextBox.HyperlinkToolTipFormatString = string.Empty;
Completed
Last Updated: 19 Jan 2023 14:56 by ADMIN
Release R3 2022 SP1
When exporting a document in a Silverlight project using the XamlFormatProvider an exception is thrown.
Completed
Last Updated: 07 Jul 2017 13:25 by ADMIN
When the user control contains more than one RadRichTextBox instances, an "Element is already the child of another element" error is thrown design time.

Fix available in LIB Version 2017.2.710.
Completed
Last Updated: 06 Jul 2017 16:07 by ADMIN
When RichTextBox is added to the project, the following exception is thrown in the designer:

XamlParseException: Cannot find a Resource with the Name/Key thumbResizeMargin [Line: 26 Position: 49]. 

Fix available in LIB Version 2017.2.619.
Unplanned
Last Updated: 31 Oct 2018 08:06 by ADMIN
When entering header, the focus is moved to the footer. When entering footer, focus goes to the main document editor, comment editor (if comment is present), or footnotes/endnotes editor (if footnotes/endnotes are present). Sometimes the focus is moved to the Font combo box in the Ribbon UI.

When inserting symbols in the header, some of them are inserted in the footer.
Completed
Last Updated: 14 Jun 2016 07:29 by ADMIN
ADMIN
Created by: Mihail
Comments: 2
Category: RichTextBox
Type: Bug Report
1
RadRichTextBox does not import correctly value set to auto for paragraph, table or table cell background. The imported color is white.

Possible workaround is to set the background color to specific value or to clear the value.
Completed
Last Updated: 17 Mar 2015 11:36 by Kristoffer Rødseth
The fix is available in our latest LIB release (v. 2015.1.0316).
Completed
Last Updated: 27 Oct 2015 11:27 by ADMIN
Unplanned
Last Updated: 31 Oct 2018 07:54 by Chris
When color is applied to table cell border through the Table Borders -> Cell Borders, the thickness of the border is set to 0. This makes the border invisible.

Workaround: Change the border thickness manually in the dialog after the color is changed.

Steps to reproduce:
- Add table with one column
- Open from context menu Table Borders dialog
- Click on Cell Borders tab 
- Apply color -> blue
- Press OK

Expected: The table cell has blue borders applied.
Actual: The table cell has no borders.
Completed
Last Updated: 01 Feb 2016 08:58 by ADMIN
Created by: Chris
Comments: 1
Category: RichTextBox
Type: Bug Report
1
When deleting an inserted table and undo'ing the delete action, all style information is lost for all rows except the first.
Completed
Last Updated: 08 Dec 2014 08:45 by ADMIN
The fix is available in our latest official release 2014 Q3 SP1
Completed
Last Updated: 13 Mar 2014 13:47 by ADMIN
Won't Fix
Last Updated: 22 Jan 2016 08:06 by ADMIN
Completed
Last Updated: 16 Dec 2014 09:25 by ADMIN
ADMIN
Created by: Mihail
Comments: 0
Category: RichTextBox
Type: Bug Report
0

			
1 2 3