DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=38102>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=38102 [EMAIL PROTECTED] changed: What |Removed |Added ---------------------------------------------------------------------------- Status|NEW |ASSIGNED ------- Additional Comments From [EMAIL PROTECTED] 2006-01-04 17:00 ------- Bug fixed: http://svn.apache.org/viewcvs?rev=365928&view=rev But this only fixes this particular problem with fo:block. I will need to check all the other FOs, too. The problem was that BlockLayoutManager did not promote the space adjust value to its child layout managers via the LayoutContext. If you specify the space-before using only a space-before.optimum, the space may shrink to 0pt if necessary (.minimum is 0pt by default). In your example, the page breaker tried to make the space smaller to make a better page break decision, but the code that generates the areas did not properly respect the breaker's decision. -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
