Rich Text Editor change does not stick

When using the rich text editor and using the source code view, edits to the text do not stay when the editor looses focus.

this was tested with version 18.2.54, the current latest version.

see attached full project to replicate the issue.

For quick reference, below is the code for the rich text editor.
<SfRichTextEditor >
    <RichTextEditorToolbarSettings Type="ToolbarType.MultiRow"
                                   EnableFloating="false"
                                   Items="@(new string[] {"Undo", "Redo", "|",
            "Bold", "Italic", "Underline","|",
            "FontName", "FontSize", "FontColor", "BackgroundColor", "|",
            "SuperScript", "|",
             "Alignments", "OrderedList", "UnorderedList", "|",
            "CreateLink", "Image", "|",
            "ClearFormat", "SourceCode", "FullScreen"})">
    </RichTextEditorToolbarSettings>
</SfRichTextEditor>




Attachment: SyncfusionRTEBug_aeb858c6.zip

2 Replies 1 reply marked as answer

IS Indrajith Srinivasan Syncfusion Team August 20, 2020 02:13 PM UTC

Hi Joshua,

Greetings from Syncfusion support,
 
  
We have validated your reported query and have considered “RichTextEditor value changes are not maintained in source code view after focusing out “ as a bug from our end and the fix will be included with our patch release on 1st week of September 2020. 
  
You can now track the current status of the report, review the proposed resolution timeline, and contact us for any further inquiries through this link: https://www.syncfusion.com/feedback/17186/ 
 
Regards,  
Indrajith 



IS Indrajith Srinivasan Syncfusion Team September 7, 2020 12:29 PM UTC

Hi Joshua, 

Thanks for your patience,
 
 
We have resolved the issue “RichTextEditor value changes are not maintained in source code view after focusing out” with the Nuget package version 18.2.56. 
 
 
Can you please upgrade your package to this version to resolve the reported issue from your end ?

Regards,
Indrajith


Marked as answer
Loader.
Up arrow icon