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.

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

In iOS if you are on a page with a rich text editor, then navigate to a new page, the editor gets unloaded.  When the user navigates back, the document is still unloaded and is no longer functional.  This is not a problem on Android.

Here is a stack trace of when that document gets unloaded:

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: 27 Mar 2024 12:59 by Aaron
When copying formatted text from outside the control (Notes on iOS for example), and pasting it into the RichTextEditor using the context menu commands, the formatting is not applied.
Completed
Last Updated: 26 Oct 2023 07:18 by ADMIN
Release 6.4.0
Exception is thrown when resizing image from the Add/Edit toolbar.
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. 
Completed
Last Updated: 19 Jul 2023 06:37 by ADMIN
Release 6.0.0
Created by: atlanta
Comments: 0
Category: RichTextEditor
Type: Bug Report
3
The background color is not applied for the RichTextEditor control.