Declined
Last Updated: 27 Jul 2023 05:57 by ADMIN
Created by: Larry
Comments: 0
Category: RichTextEditor
Type: Bug Report
0
When setting TextColor to the editor, the color does not change. 
Unplanned
Last Updated: 02 Feb 2024 14:29 by Dan

Keyboard remains open when taping outside of the RichTextEditor control

I have tried using the HideSoftInputOnTapped of ContentPage when is set to true but this does not help. This property is set on Page level and when input control (Entry) has the focus and the user taps outside of the control, the keyboard hides.

Provide such an option for the RichTextEditor control.

Completed
Last Updated: 07 Aug 2024 08:00 by ADMIN
Release 7.1.0 (2024 Q3)

I set a minimum height on a RadRichTextEditor control so its height would expand as the user typed more into the editor.  This caused different issues on both Android and iOS.

On Android: As the height attempts to expand, it gets caught in an infinite loop where the bottom of the height is shaking.  I believe this is because the call to  UpdateContentSize in OnSizeAllocated causes a re-render of the underlying webview, which causes it to keep resizing over and over.

On iOS: The editor height never expands, but I believe this might be a platform issue and not a telerik issue.

Unplanned
Last Updated: 30 Aug 2024 12:20 by Eugenio

I can load an image and then  resize it . But if I save it as a docx document and the I reload it, the image has the original size: the resized image is not saved.

 

You can test this in the Telerik MAUI ControlsSamples app, Import export example of the RichTextEditor control.

Unplanned
Last Updated: 10 Jan 2025 06:07 by David
Currently, when pressing Enter a new paragraph <p> is inserted. Provide a way to insert a new line <br> into RichTextEditor for MAUI.
Unplanned
Last Updated: 06 Feb 2025 08:59 by Daniel

Provide the support for add specified content at specified position (cursor position).
For example expose InsertTextCommand, now you have InsertImageCommand.

or a method SetHtml -> RadRichTextEditor.SetHtml(html code);

 

Duplicated
Last Updated: 17 Dec 2025 13:28 by ADMIN
Created by: Daniel
Comments: 1
Category: RichTextEditor
Type: Feature Request
0
Please add support to move the caret in Richtextbox to the beginning of the document.  
Completed
Last Updated: 19 Mar 2026 11:13 by ADMIN
Release 13.1.0
when having the RichTextEditor toolbar in a shell app that targets net 10, when the keyboard appears, the toolbar disappears. 
1 2