View Issue Details

IDProjectCategoryView StatusLast Update
0006774JEDI VCL00 JVCL Componentspublic2024-08-27 13:25
ReporterZentoAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status newResolutionopen 
Product Version3.48 
Target VersionFixed in Version 
Summary0006774: Infinite loop converting RTF with links to HMTL
DescriptionWhen using JvRichEditToHtml.ConvertToHtmlStrings with a RTF including links, procedure enters in a infinite loop aborting with a EOutOfMemory error. Other style and font changes are processed properly but links are not.
Steps To ReproduceUsing attached RTF content, generated by Outlook, then copied and pasted in a TJvRichEdit and finally using this code:

    Texto := TStringList.Create;
    try
      JvRichEditToHtml.ConvertToHtmlStrings(redtMensaje, Texto);
.
.
.
    finally
      Texto.Free;
    end;
TagsNo tags attached.

Activities

Zento

2024-08-27 13:25

reporter  

test.rtf (48,665 bytes)

Issue History

Date Modified Username Field Change
2024-08-27 13:25 Zento New Issue
2024-08-27 13:25 Zento File Added: test.rtf