Completed
Last Updated: 22 Jun 2016 14:36 by ADMIN
ADMIN
Tanya
Created on: 26 Oct 2015 15:15
Category: RichTextBox
Type: Bug Report
1
Document with hyperlink pasted from Outlook throws exception on export to RTF
When trying to export a document which contains hyperlink pasted from Outlook, KeyNotFoundException is thrown. The color of the span is not registered.

To work around this, register a style with the same color:

StyleDefinition style = new StyleDefinition("test", StyleType.Character);
style.SpanProperties.ForeColor = Color.FromArgb(100, 200, 25, 104);
this.radRichTextBox.Document.StyleRepository.Add(style);
1 comment
ADMIN
Aylin
Posted on: 22 Jun 2016 14:36
Hi,

The issue is fixed and will be included in our next LIB release.

Regards,
Aylin,
The Telerik Team