You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by Jon Dean Mountjoy <jm...@lifescienceinformatics.com> on 2000/06/25 21:41:43 UTC

list-block and indentation bug when running over page

Hi,

Latest build - from CVS.  (By the way, the download at site
says version .13 but when you run it, it says, 0.12.2)

If you render a list, which has a sublist (that is, an
<fo:list-item> has as its body a <fo:list-block>), and that
sub-list spills over a page boundary when rendered, then the
second and subsequent elements of the list loose their indentation.

In other words, if you have this:
 - a
 - b
 - c
    -- 1
    -- 2
    -- 3
    -- 4

And a page-break occured between the items 1 and 2 of the sublist,
then the second page seems to be rendered like this:
    -- 2
 -- 3
 -- 4

See the attachment for a concrete example.  If you create the pdf, you will
also see the bullet points go all over the place (Embedded in the sub-list
text actually)

Jon