https://issues.apache.org/bugzilla/show_bug.cgi?id=45702
--- Comment #9 from Andreas L. Delmelle <[EMAIL PROTECTED]> 2008-08-30 09:47:07 PST --- For the break-after case, I got it working by not wrapping the Position corresponding to the BreakElement. see the partial fix committed here: http://svn.apache.org/viewvc?rev=690532&view=rev Leaving the bug open, due to the remaining issue with space-after, margin-bottom and padding-bottom. A similar tactic could work there. Instead of wrapping the positions, simply add the elements to the returnList for the parentLM (?) In that case, the last position in the sequence addAreas() iterates over, will be the last position generated by the LM. Otherwise, that would be the SpaceElement or BorderOrPaddingElement that is passed upward from the child... -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
