Steps to reproduce:
- Add RichEditControl
- Add HTML to the Document
- Enable only HTML in RichEditControl.Options.ClipboardFormats
- Run the Application
- Copy the HTML Text in the RichEditControl and paste it onto a MS Word Document.
Expected results:
The copied text should appear on the MS Word Document with all its text formatting.
Current results:
The copied text doesn't appear instead it paste an underscore _
in place of the orignal copied word.
Additional information:
- The sample code used to work in previous versions.
- Setting ClipboardFormats.RTF to Enable allows you to Copy HTML Text.
- It works in the latest version of 24.1
- Occurs for both .NET Framework and .NET 8 & 9