Completed
Last Updated: 12 Jan 2017 11:54 by ADMIN
Adding a style with a specific name through the dialog, removing it and adding it again through the dialog causes an error. 
Declined
Last Updated: 06 Jan 2017 15:09 by ADMIN
We've run into the following problem with the RadDocumentEditor:

1. Turn on bold
2. Type some characters.
3. Turn off bold.
4. Insert some text using the Insert method in Telerik.Windows.Documents.Model.RadDocumentEditor.

The inserted text is bold; it should ​have no formatting.
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"
Declined
Last Updated: 13 Dec 2016 06:35 by ADMIN
When you click for second time the caret locates in the correct position. I.e. there are needed 2 clicks before first line of paragraph which starts with bookmark to set the correct caret position. It also cause the problem of incorrect selection which will select the previous paragraph.

This is because bookmarks essentially don't have position before them.
Completed
Last Updated: 14 Sep 2016 15:29 by ADMIN
If a table style is applied to a table, and then document is exported/imported to RTF, properties of the style are applied as local properties. Subsequent edits of the style (or changing the style of the table) seems to not work, as the local properties are with higher priority.
Completed
Last Updated: 14 Sep 2016 15:26 by ADMIN
Completed
Last Updated: 14 Sep 2016 07:25 by ADMIN
Support for file formats other than .TDF is required, so that a broader range of dictionaries can be used. Consider adding support for OpenOffice dictionaries.
Declined
Last Updated: 16 Aug 2016 13:52 by ADMIN
RadRichTextBox: Add import/export in the following formats: .mht .odt .epub .doc
Declined
Last Updated: 16 Aug 2016 13:22 by ADMIN
ADMIN
Created by: Todor
Comments: 0
Category: RichTextBox
Type: Bug Report
0
Localization strings for thumbs and tab stop tooltips are missing. 

Note: This item is merged with the one at http://feedback.telerik.com/Project/143/Feedback/Details/141977 . To track the status of the issue, please subscribe to the other feedback item.
Completed
Last Updated: 16 Aug 2016 12:58 by ADMIN
Currently, ParagraphDefaultSpacingAfter and ParagraphDefaultSpacingBefore are not applied to paragraphs in tables. This should be changed for consistency with the rest of the document.
Declined
Last Updated: 16 Aug 2016 11:54 by ADMIN
The caret of RadRichTextBox appears only when the text is selected. Once you try to reorder the letters within its content, it appears.

The issue is caused when ScrollViewer control has different than the default style for the corresponding theme and there are set Padding and/or Margin properties. 
Workaround: the template of the Caret should be edited and Style="{x:Null}" should be set on the ScrollViewer which is defined inside the Caret control template.
Won't Fix
Last Updated: 11 Aug 2016 14:05 by ADMIN
When the tabbed document becomes a dockable window the ContextMenu Icons are no longer visible.

<telerik:RadDocking x:Name="radDocking"> 
 <telerik:RadDocking.DocumentHost> 
  <telerik:RadSplitContainer> 
   <telerik:RadPaneGroup> 
    <telerik:RadDocumentPane Title="Test"> 
     <telerik:RadRichTextBox x:Name="radRichTextBox" /> 
    </telerik:RadDocumentPane> 
   </telerik:RadPaneGroup> 
  </telerik:RadSplitContainer> 
 </telerik:RadDocking.DocumentHost> 
</telerik:RadDocking>

                 
Won't Fix
Last Updated: 11 Aug 2016 14:04 by ADMIN
Steps to reproduce:
1. Type a long word in the editor. The word must be longer than the width of the page.
2. Set a hanging indent different than the default one.
3. Select part of the word starting from the beginning of the paragraph.
4. Add an annotation range, e.g. a Comment

Result: The hanging indent is not properly reflected in the editor.
Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
The time it takes to apply highlighting to a document in Flow layout mode is more than expected. See ticket 555863 for a sample project and document.
Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
ADMIN
Created by: Andrew
Comments: 1
Category: RichTextBox
Type: Feature Request
2
Japanese users use distributed text alignment, which justifies all lines including the last one.
Completed
Last Updated: 11 Aug 2016 14:04 by ADMIN
When the caret is positioned in the beginning of a paragraph and a table is inserted, an additional paragraph before the table should not be added. This also includes the case with a blank document.

Special case: When there is a table in the document, inserting another just after it should be disabled.
Won't Fix
Last Updated: 11 Aug 2016 14:04 by ADMIN
All is marked when None should be selected.