Hyperlink in advRichEditor does not work (loaded from RTF)

Dear all at TMS

I use a TAdvRichEditor component to load text and images from an RTF file using TAdvRichEditorRTFIO.Load.

In the object inspector the URL properties are set to uAuto, clBlue, uoClick and true.

This procedure has been implemented to open the associated web page:

procedure TF_Import.RE_RTFClickHyperlink(Sender: TObject; URL: string);
begin
ShellExecute(Handle, 'open', PChar(URL), nil, nil, SW_SHOWNORMAL);
end;

The screenshot shows the URL information in the RTF document (opened with MS Word). CTRL click opens the web page as expected.

LinkInfoURLfromRTF

After load the advRicheditor component shows all links underlined and in blue.

LinkInadvRE

But CTRL click does not work, as if the ClickHyperlink procedure is not implemented.

Do you have any advice?

I retested this here but I could not see an issue.
If the problem persists, can you send the problematic RTF file?