View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006774 | JEDI VCL | 00 JVCL Components | public | 2024-08-27 13:25 | 2024-08-27 13:25 |
Reporter | Zento | Assigned To | |||
Priority | normal | Severity | minor | Reproducibility | always |
Status | new | Resolution | open | ||
Product Version | 3.48 | ||||
Target Version | Fixed in Version | ||||
Summary | 0006774: Infinite loop converting RTF with links to HMTL | ||||
Description | When 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 Reproduce | Using 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; | ||||
Tags | No tags attached. | ||||