Completed
Last Updated: 13 Oct 2022 14:05 by ADMIN
Release R3 2022 SP2
ADMIN
Hristo
Created on: 09 Jan 2017 08:33
Category: RichTextEditor
Type: Bug Report
2
FIX. RadRichTextEditor - InsertHyperlinkDialog adds automatically http:// in front of file paths
"http://" prefix is automatically added by the Insert Hyperlink Dialog when the provided URI is to local path or mapped drive, e.g. "Z:\temp".

Workaround 1: Set HyperlinkPattern to something that matches file paths, e.g.:
(this.radRichTextEditor1.RichTextBoxElement.InsertHyperlinkDialog as InsertHyperlinkDialog).HyperlinkPattern = ".*";

Workaround 2: Insert such paths with the "file://" prefix.
0 comments