DO NOT REPLY [Bug 46486] page-position="last" causes blocks with span=all to disappear

2009-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46486 --- Comment #4 from Andreas L. Delmelle 2009-03-25 13:29:19 PST --- Part of the issue already fixed locally by working with a deferred block list to which the elements of the part after the last break are added before continuing with

DO NOT REPLY [Bug 46386] NullPointerException in InlineStackingLayoutManager

2009-03-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=46386 --- Comment #4 from Pascal Sancho 2009-03-25 06:38:39 PST --- Created an attachment (id=23415) --> (https://issues.apache.org/bugzilla/attachment.cgi?id=23415) Another short XSL-FO to reproduce the NPE The same behaviour occured bot

Re: svn commit: r757852 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/PageSequence.java

2009-03-25 Thread Adrian Cumiskey
Hi Vincent, Yes you are right it should be hidden (although it is still accessible through pageSeq.getRoot().getLayoutMasterSet().getSimplePageMaster()). I just added these methods for convenience, but I have now found a better way to do this. I will revert my changes. Adrian. Vincent Henne

Re: svn commit: r757852 - /xmlgraphics/fop/trunk/src/java/org/apache/fop/fo/pagination/PageSequence.java

2009-03-25 Thread Vincent Hennebert
Hi Adrian, > Author: acumiskey > Date: Tue Mar 24 15:39:15 2009 > New Revision: 757852 > > URL: http://svn.apache.org/viewvc?rev=757852&view=rev > Log: > Added some nice bean methods for pageSequenceMaster and simplePageMaster, > this also makes startOfNode() easier to read too. > > Modified: >