https://issues.apache.org/bugzilla/show_bug.cgi?id=47145





--- Comment #3 from Vincent Hennebert <[email protected]>  2009-05-06 
09:48:04 PST ---
Thank you for your bug report and your simple example. From a quick debugging
session I found out the following:

The problem lies in the sequence of Knuth elements that is generated for the
block children of the table cell: there is a penalty with -infinite value for
the forced break, immediately followed by a infinite penalty for the keep. The
consequence is that when areas are added to the second page, the first
encountered Position is a SpaceHandlingBreakPosition, that has no LayoutManager
associated to it, which early terminates the addition of areas.

The bug is this second penalty that shouldn't be generated in the first place,
since breaks win over keeps. There may be an opportunity to fix that in the
same time as bug #46905.

Vincent

-- 
Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.

Reply via email to