Declined
Last Updated: 06 Mar 2017 11:17 by ADMIN
ADMIN
Created by: Petya
Comments: 2
Category: RichTextBox
Type: Feature Request
0

			
Declined
Last Updated: 31 Oct 2018 08:11 by ADMIN
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
When floating image is added to empty table cell, it is positioned in a way that overlaps the table border. 
Unplanned
Last Updated: 31 Jan 2019 16:51 by ADMIN
Implement support for exact table row height option. By using this option the text should be clipped when the table row height is lower than the height needed for the text to render. 
The current implementation supports only the at least option.
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
When floating image is all of the following: 
- is anchored to paragraph inside a table with negative offset.
- is with text wrapping "Behind text" or "In front of text"
it should be positioned outside of the table. Currently the image is always positioned fully inside the table.
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: RichTextBox
Type: Feature Request
0
Add support for importing/exporting macro-enabled document (*.dotm), while preserving the macro content.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: RichTextBox
Type: Feature Request
1
Adding support for exporting font style as font tag. Android's TextView for example support styling only using tags.
Completed
Last Updated: 05 Dec 2022 12:08 by ADMIN
Release R3 2022 SP1
When importing image with invalid ur/base64 encoded data the document won't be opened correctly and an exception will be thrown. Load default image instead of throwing exception and failing to open the document.
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
In paged layout mode, the caret becomes invisible when the document is scrolled to other page, so that the page with the caret goes out of the view port.

This behavior is also observed when editing, for example when inserting page break or section break.
Unplanned
Last Updated: 31 Oct 2018 07:51 by ADMIN
ADMIN
Created by: Mihail
Comments: 3
Category: RichTextBox
Type: Feature Request
7
Currently invalid attribute values, including invalid or empty values in CSS attributes in the 'style' attribute, could cause importing property with incorrect value, or NullReferenceException (the document cannot be imported).
Examples:
----------------------------------------------------------
<table width=”*”>
	<tr>
		<td>More Random Text</td>
	</tr>
</table>

The table is imported with 0 width. Instead the width should not be set.
----------------------------------------------------------
<table style="font-size:;">
	<tr>
		<td>More Random Text</td>
	</tr>
</table>

NullReferenceException is thrown.
----------------------------------------------------------

Workaround: replace the invalid values before import:
string importString = html.Replace("font-style: ;", "");
Unplanned
Last Updated: 31 Oct 2018 07:53 by ADMIN
When the current SpanLayoutBox is split (for example by inserting space), the DocumentPosition created with trackDocumentChangeEvents option (with some of the constructor accepting the boolean 'trackDocumentChangeEvents' parameter) jumps back with two symbols.
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.
Unplanned
Last Updated: 21 May 2020 11:22 by ADMIN
ADMIN
Created by: Tanya
Comments: 2
Category: RichTextBox
Type: Bug Report
4
Tab stops with visible tab leader (dot, hyphen, underscore) are not exported to PDF.

Steps to reproduce:
- Start with empty document
- In Paragraph Properties dialog, choose Tabs
- In Tab dialog, enter Tab stop position = 2, Leader = underscore, and press Set. Press OK
- Add a word, press Tab, add another word
- Export the text to PDF

Expected: the words are separated with underscores in the exported PDF.
Actual: the words are separated with blank space in the exported PDF.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
When hyperlink is within another annotation so that the outer annotation touches the hyperlink annotation, editing the hyperlink with Insert Hyperlink dialog moves parts of the text of the hyperlink, or the outer annotation. Reproducible with Comments and Bookmarks.

Steps to reproduce:

Variant 1:
1. Insert Hyperlink
2. Enter some text after the Hyperlink (eg. ' Test')
3. Select the Hyperlink and the text and Insert Comment
4. Edit the target of the hyperlink with the Insert Hyperlink Dialog

Expected: The text is not changed.
Actual: Space between Hyperlink and the text is moved before the Hyperlink

------------------------------------------------

Variant 2:

1. Insert three words and make the middle hyperlink.
2. Insert comment or bookmark over the hyperlink
3. Edit the target of the hyperlink with the Insert Hyperlink Dialog

Expected: Annotations are not reordered
Actual: Comment (bookmark) annotations change their places.
Unplanned
Last Updated: 31 Oct 2018 07:53 by Brian
The unit that is used by default is px. Allow modification to the default unit, say pt.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
Comment references - comments without start and end, just a position in the document, are not imported from docx and RTF document.
RTF: such comments don't have their annotation start ('\atrfstart') and end  ('\atrfend'), and only have '\atnid' tag. In the specification such comments are referred as 'annotation is associated without an annotation bookmark".
Docx: such comments are denoted with 'commentReference' element.

Steps to reproduce:
1. In MS Word, add comment without having a selection in the document.
2. Export the document to RTF or docx.
3. Open the exported document in RadRichTextBox.
Expected: The comment is imported.
Actual: The content is not imported.
Unplanned
Last Updated: 31 Oct 2018 07:54 by ADMIN
Current editing style properties are not modified by Font dialog. Also applying through methods of RadRichTextBox or RadDocumentEditor does not work.
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
Paragraphs with applied Normal style are currently exported to RTF with \s0 tag. Instead, this tag could be omitted.
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
If the document contains a simple field without run inside, the import process fails. 

      <w:fldSimple w:instr="page" w:dirty="true"/>

The same document with a run inside the field does not cause an error

      <w:fldSimple w:instr="page" w:dirty="true">
        <w:r>
          <w:t>1</w:t>
        </w:r>
      </w:fldSimple>
Unplanned
Last Updated: 31 Oct 2018 08:11 by ADMIN
ADMIN
Created by: Tanya
Comments: 0
Category: RichTextBox
Type: Feature Request
0
The thmx file extension is associated with Microsoft Office 2007/2010 themes.The themes are stored in *.thmx files, and the built-in Office themes are stored this way in C:\Program Files\Microsoft Office\Document Themes 12\.

The format of a thmx file itself is a ZIP-based format (just like the OpenXML file format).
With the use of the thmx templates, it is possible for users to create uniform looking documents in Word (also in Excel and PowerPoint).

Workaround: Currently, exporting of RadDocument style sheet is supported only to custom XAML format (http://docs.telerik.com/devtools/wpf/controls/radrichtextbox/features/styles/style-sheets ).