Unplanned
Last Updated: 24 Apr 2023 08:37 by kkk
In some complex script languages, like Telugu and Thai language, some characters are grouped (e.g. consonants + vowels) in new grapheme. 

For example, type 'p' in Telugu - 'జ', followed by 'ో' - they are combined in new grapheme - 'జో', or paste the following Thai grapheme: ชื

UI correctly visualizes this, but:
- Text measuring assumes that the grapheme width is equal to the sum of the widths of its parts (characters), which is not correct. Selection and caret position are scrambled because of this.
- There are document positions between  the grapheme parts (characters), but shouldn't.
- When the caret is before the grapheme, deleting with "Delete" key deletes the grapheme in multiple steps (character by character), but should delete it in single step. Deleting with "Backspace" works correctly.
- There are some unsupported combinations in some languages. For example in Thai, typing 'z' then 'y' will produce grapheme, but typing 'w' then 'y' will not produce grapheme, and the 'y' should be ignored.
Unplanned
Last Updated: 24 May 2023 12:02 by Sam
Created by: Sam
Comments: 0
Category: RichTextEditor
Type: Feature Request
0
These tags define deleted and inserted content to markup updates and modifications in a document. They can be used to export the revisions of a document when Track Changes is enabled.
Unplanned
Last Updated: 14 Mar 2023 06:25 by Yong
Created by: Yong
Comments: 0
Category: RichTextEditor
Type: Feature Request
0
 Import/Export of custom attributes to HTML
Unplanned
Last Updated: 14 Nov 2022 07:39 by ADMIN
Add support for DeletePreviousWord and DeleteNextWord commands, triggered with Ctrl+Backspace and Ctrl+Delete keyboard shortcuts.
Unplanned
Last Updated: 10 Oct 2022 13:54 by Kipp
 Add support for the cstheme (Complex Script Theme Font) attribute and respect it when evaluating the font precedence. 
Unplanned
Last Updated: 25 Sep 2023 06:34 by ADMIN

MS Word offers "Go To" option in its Find and Replace dialog:

It is reasonable to add similar scrolling behavior when navigating in document, programatic scrolling and GoTo~() methods.

Unplanned
Last Updated: 20 Jun 2024 12:11 by ADMIN
Created by: Andrew
Comments: 1
Category: RichTextEditor
Type: Feature Request
0
This element is used to collect shapes and groups so they can be positioned and transformed as a single unit. A group contains group, shapetype, shape, pre-defined shape - arc, curve, image, line, oval, polyline, rect, roundrect - and lock elements.

When the object is serialized out as XML, its qualified name is v:group.
Unplanned
Last Updated: 24 Jan 2022 11:36 by ADMIN
 When importing a table from HTML and the content size is larger than the provided size  the table should be auto-fitted.
Unplanned
Last Updated: 19 Oct 2021 05:50 by ADMIN
Provide an option to scale the watermark like in MS Word
Unplanned
Last Updated: 16 Sep 2021 09:16 by ADMIN
Created by: Jagadeesh
Comments: 0
Category: RichTextEditor
Type: Feature Request
0

Introduce support for the IF field. More info here: https://wordmvp.com/FAQs/MailMerge/MMergeIfFields

 

Unplanned
Last Updated: 15 Aug 2017 09:45 by ADMIN
Completed
Last Updated: 19 Aug 2020 09:16 by ADMIN
Release R2 2018
Created by: Kishore
Comments: 1
Category: RichTextEditor
Type: Feature Request
0
1) Run the RichTextEditor
2) As you can see there are already some images inserted in the document
3) Right click on any image , and click Edit Image, Image editor dialog box does open up. (as shown in the attached pic EditImageActive1.jpg)
4) click outside the image and right click on the image again, and this time you can see the Edit image option is disabled and this happens consistently. (as shown in the attached pic EditImageInactive.jpg)

One more thing to observe was upon right clicking the image sometimes the Edit image option does show up in the context menu and a different menu appears (as shown in the attached pic NoEditImageOption1)
Unplanned
Last Updated: 27 Jan 2021 08:55 by ADMIN
At this point, the special characters are replaced with their HTML entities. Expose option allowing users to customize or skip this conversion.
Unplanned
Last Updated: 20 Jan 2021 16:41 by ADMIN
We need some kind of mechanism to track changes of table cell properties.
Declined
Last Updated: 19 Sep 2016 06:08 by ADMIN
ADMIN
Created by: Stefan
Comments: 1
Category: RichTextEditor
Type: Feature Request
0

			
Completed
Last Updated: 18 Jun 2015 12:17 by ADMIN
ADMIN
Created by: Dess | Tech Support Engineer, Principal
Comments: 0
Category: RichTextEditor
Type: Feature Request
0
If you insert an InlineUIContainer  with a RadTextBoxElement, you should be able to export its content when exporting the whole document.
Declined
Last Updated: 16 Aug 2019 15:22 by ADMIN
Created by: Stephen
Comments: 5
Category: RichTextEditor
Type: Feature Request
0

Dear Sir/Madam,

 

I have a docx document and want to display it in flow layoutmode. It works normally except it cannot show header at the beginning of the document and footer at the end of the document. Please help.

My code is similar as follows (Rte is the RadRichTextEditor control):

 

DocumentFormatProviderBase provider = new DocxFormatProvider();

Rte.SuspendLayout();

Rte.Document = provider.Import([Docx in byte array]);

Rte.RichTextBoxElement.BackColor = Color.White;

Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter presenter = (Telerik.WinControls.RichTextEditor.UI.DocumentWebLayoutPresenter)rte.RichTextBoxElement.ActiveEditorPresenter;

presenter.BackColor = Color.White;

presenter.Margin = new Padding(20);

Rte.ResumeLayout();

Rte.PerformLayout(); 

Completed
Last Updated: 20 Oct 2015 11:36 by ADMIN
One should be able to change the document while the Find/Replace dialog is open.
Unplanned
Last Updated: 04 Apr 2018 07:55 by ADMIN
Please refer to the attached screenshots. A sample .docx file is attached. Just load it in RadRichTextEditor.