It's probably not that difficult to fix. I'd probably start in org.apache.fop.layoutmgr.SpaceResolver.resolveElementList() and see if it's enough to add a special handling for KnuthBox instances that have a length of zero, i.e. skip over them instead of letting them stop the loop. Good luck!
On 20.07.2006 16:23:18 Martin Zak wrote: > I just would like to remind this issue - I created the bug report under > #39968. > Would it be difficult to fix it? > It would be great to have it soon (otherwise you will > loose one FOP user as my client will chop my head off :| ). > Thanks & cheers > Martin Zak > > > Chris Bowditch wrote: > > Martin Zak wrote: > > > >> ... I evaluated the conditional spacing, but when I retain the > >> space-before, the blocks will have the spacing which doesn't match > >> the strict client requirements. > >> (e.g. title has a 9pt space-after and following block 6pt > >> space-before, which would - of course - lead us to 15pt of total > >> space between, which is bad. I can't simply remove the space-before > >> (or after), as the document structure is so complex it would lead to > >> wrong results in certain combination of blocks) > >> :( > >> It seems I'll have to wait for your fix... > > > > So this bug isn't forgotten can you raise a bug report in Bugzilla > > please? Following the link below to do it: > > > > http://xmlgraphics.apache.org/fop/bugs.html > > > > > > <snip/> > > > > thanks, > > > > Chris Jeremias Maerki --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
