[publican-list] [Bug 462670] New: PDF: footnotes do not appear when inside itemized or ordered lists

bugzilla at redhat.com bugzilla at redhat.com
Thu Sep 18 05:04:12 UTC 2008


Please do not reply directly to this email. All additional
comments should be made in the comments box of this bug.

Summary: PDF: footnotes do not appear when inside itemized or ordered lists

https://bugzilla.redhat.com/show_bug.cgi?id=462670

           Summary: PDF: footnotes do not appear when inside itemized or
                    ordered lists
           Product: Red Hat Enterprise Linux 5
           Version: 5.2
          Platform: All
        OS/Version: Linux
            Status: NEW
          Severity: medium
          Priority: medium
         Component: publican
        AssignedTo: jfearn at redhat.com
        ReportedBy: mmcallis at redhat.com
         QAContact: mhideo at redhat.com
                CC: publican-list at redhat.com
   Estimated Hours: 0.0
    Classification: Red Hat


Description of problem:
footnotes do not appear in PDF when they are inside itemized or ordered lists. 


Version-Release number of selected component (if applicable):
* Red Hat Enterprise Linux Client release 5.2 (Tikanga)
* publican-0.37-0.el5
* fop-0.95-0.2.beta1.rh1.el5
* saxon-6.5.5-1jpp.3.el5
* java-1.5.0-sun-1.5.0.15-1jpp.2.el5
* evince-0.6.0-8.el5
* Firefox 3.0.1 <http://www.mozilla.com/en-US/>

How reproducible:
Always.

Steps to Reproduce:
Create a document with the following:

<section>
<title>
<para>
Hi <footnote><para>this footnote is not in a list</para></footnote>
</para>

<itemizedlist>
<listitem>
<para>
Hi <footnote><para>this is in a list</para></footnote>
</para>
</listitem>
</itemizedlist>

<orderedlist>
<listitem>
<para>
Hi <footnote><para>this is in a list</para></footnote>
</para>
</listitem>
</orderedlist>

Actual results:
Footnote for "this footnote is not in a list" appears. There are no footnotes
for "this is in a list".

Expected results:
Can has footnote.

Additional info:

* works as expected in HTML and HTML-single (and is strict XHTML 1.0).

* docbook (footnote in a list) is valid according to
"/usr/share/publican/xsl/docbook.dtd.xml".

-- 
Configure bugmail: https://bugzilla.redhat.com/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.




More information about the publican-list mailing list