https://issues.apache.org/bugzilla/show_bug.cgi?id=44328
Andreas L. Delmelle <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Attachment #26845|0 |1 is obsolete| | --- Comment #14 from Andreas L. Delmelle <[email protected]> 2011-04-04 11:28:29 EDT --- Created an attachment (id=26851) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=26851) updated patch, addresses the described issue with nested tables/lists Patch includes two new test cases to check for behavior in case a list-block or table is nested in a block. A lineCount member was added to KnuthBlockBox, which is now used, if available, and TableStepper and ListItemLM now always generate KnuthBlockBoxes (as is the case for the LineLM). Note: while addressing the issue for tables, I noticed that currently, the header and footer box are not marked as auxiliary. I tried to change this, as it seemed to make sense, and it did not seem to have an effect on the unit tests. It would influence widows/orphans behavior: if the header/footer are not marked auxiliary, their lines would potentially be counted as well. I do not believe this is the intended result... The change to TableContentLM is not yet included in the patch, as I have some conflicting changes to work out first, and I do not have a test to demonstrate the effect, yet. -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
