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 Mountjoy <mo...@netcomuk.co.uk> on 2000/07/03 11:12:37 UTC

RE: My poor bug - list bug when extending over page boundary

Well, Fotis asked for it so here is the bug again.

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