rvhtmlimport - List Index Out Of Bounds (1)
Posted: Mon Oct 22, 2007 12:43 am
When importing the below specified HTML using RVHTMLImport into a TRichViewEdit, and then performing a left mouse click - An Exception occurs : List Index Out Of Bounds (1).
Other HTML code seems to import fine. I am using version 1.9.24, and latest RVHTMLImport component. The problem came up during testing, and is likely to occur again during normal operation of our application.
The problem can be reproduced using the demo application that ships with RVHTMLImport. Can anyone else confirm the problem?
Thanks,
Elliot
Code: Select all
<font size=2 color="#000000" face="Arial">
<ol>
<li value=1></li>
</ol>
</font>
The problem can be reproduced using the demo application that ships with RVHTMLImport. Can anyone else confirm the problem?
Thanks,
Elliot