[daisy] [JIRA] Created: (DSY-588) Nested Ordered Lists in PDF

Jan Hoskens (JIRA) issues at cocoondev.org
Wed Dec 5 09:26:50 CST 2007


Nested Ordered Lists in PDF
---------------------------

         Key: DSY-588
         URL: http://issues.cocoondev.org//browse/DSY-588
     Project: Daisy
        Type: Bug
    Versions: 2.1    
 Reporter: Jan Hoskens
    Priority: Minor


When creating a nested ordered list structure, the resulting html page looks fine, but the PDF generated contains 'gaps'  in the indexes.

Eg: Following structure in WYSIWYG & html page:
1 AA
    1
    2
2 BB

Results in html tags:
<ol>
    <li>AA</li>
    <ol>
        <li></li>
        <li></li>
    </ol>
    <li>BB</li>
</ol>

which ends up in PDF as:
1. AA
    1.
    2.
3. BB

Possibly because the tags ol/li are nested at the same depth the ol tag is also counted when transforming to PDF.

-- 
This message is automatically generated by JIRA.
-
If you think it was sent incorrectly contact one of the administrators:
   http://issues.cocoondev.org//secure/Administrators.jspa
-
For more information on JIRA, see:
   http://www.atlassian.com/software/jira



More information about the daisy mailing list