Hi Georg,

Georg Datterl wrote:
> Hi everybody, especially Vincent.
> 
> Attached fo-file contains a red block which is printed on the first page, 
> although there's not enough space left. If I remove the span="all" for the 
> block, it is printed on the next page. Can you tell me why span="all" is 
> influencing the page break here?

This is very probably another manifestation of bug #46322:
https://issues.apache.org/bugzilla/show_bug.cgi?id=46322

See discussion here:
http://mail-archives.apache.org/mod_mbox/xmlgraphics-fop-dev/200812.mbox/<49352982.4070...@gmail.com>

The bug is triggered even if the previous blocks also span the whole
page. The fact that you didn’t explicitly specify span="all" on the
previous block makes the code believe that there is a change in the
spanning, which triggers some special (and buggy) page break handling.

You found the workaround already. Hopefully it doesn’t upset your whole
tool chain. That’s all I can say for now :-\


Vincent

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-users-unsubscr...@xmlgraphics.apache.org
For additional commands, e-mail: fop-users-h...@xmlgraphics.apache.org

Reply via email to