https://issues.apache.org/bugzilla/show_bug.cgi?id=44412
--- Comment #15 from Vincent Hennebert <[EMAIL PROTECTED]> 2008-03-26 05:03:50 PST --- Created an attachment (id=21718) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=21718) Illegal empty page inserted because of two consecutive break-before I noticed that this change introduces a regression in the handling of breaks. In the following situation: <fo:block break-before="page"> <fo:block break-before="page"> Some text. Some text. Some text. Some text. </fo:block> </fo:block> only one page break should occur. The empty box introduced by the change now triggers an additional page break. This used to work well with FOP 0.94. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
