Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
914
Bug in the document engine with multiple lists using the HTMLSample
posted

Running the document sample, I noticed that if an HTML file has multiple lists with a mixture of <UL> and <OL> tags, although the HTMLSample converter correctly adds a new list to the container and sets the appropriate bullet properties, the rendering throughout the document for the list bullets is the setting for the last list added to the container. You can see this if you add the following text to the  end of the Resources\Converters.html file of the sample:

<OL><LI>This is a list using 'ol'.</OL>

<UL><LI>This is a list using 'ul'.</UL>

All of the lists will now use bullets (the <UL> style). I'm using 10.1.20101.1007.

Parents
No Data
Reply
  • 12773
    posted

    Hi,


    I just want to let you know that we recently fix this behavior in our samples and you should be able to see the list patterns are exported correctly.
    Please let me know if you need any further assistance.

    Sincerely,
    Dimi
    Developer Support Engineer
    Infragistics
    www.infragistics.com/support

Children
No Data