bugzilla
Thu, 12 Jun 2008 05:53:11 -0700
https://issues.apache.org/bugzilla/show_bug.cgi?id=45189 --- Comment #1 from Sean Griffin <[EMAIL PROTECTED]> 2008-06-12 05:52:17 PST --- I'll leave it to the liberty of the FOP developers to mark this as invalid, but it's invalid. If you're setting the keep-together="always" then I believe you're really setting keep-together.within-line="always", keep-together.within-page="always" and keep-together.within-column="always". The important one here is .within-line. You're basically saying that the text of this row isn't allowed to wrap and so it doesn't. If you want to ensure a page break doesn't happen in the middle of the row, change keep-together="always" to keep-together.within-page="always". -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.