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=39725>. 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=39725 Summary: page-position="last" and spans doesn't output all the content Product: Fop Version: 1.0dev Platform: All OS/Version: other Status: NEW Severity: regression Priority: P2 Component: page-master/layout AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] When using the a page-position="last" like <fo:page-sequence-master master-name="contents" > <fo:repeatable-page-master-alternatives> <fo:conditional-page-master-reference master-reference="firstPage" page-position="first"/> <fo:conditional-page-master-reference master-reference="middlePage" page-position="rest"/> <fo:conditional-page-master-reference master-reference="lastPage" page-position="last"/> </fo:repeatable-page-master-alternatives> </fo:page-sequence-master> The content of the last page is not rendered completely when a span="all" is to appear on the last page. The flow of content is stopped dead. see example. I was lead to believe it was a multi column problem but it seems to effect normal single columns if one was to just add a span="all" fo:block last in the fo:flow. -- 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.
