Bug 39725 - page-position="last" and spans doesn't output all the content
Summary: page-position="last" and spans doesn't output all the content
Status: NEW
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: page-master/layout (show other bugs)
Version: trunk
Hardware: All other
: P3 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-06-05 15:25 UTC by Adam
Modified: 2012-04-07 01:52 UTC (History)
0 users



Attachments
Modified FOP example, based on "examples/fo/pagination/franklin_2pageseqs.fo" with last page sequence added to it (52.51 KB, text/plain)
2006-06-05 15:27 UTC, Adam
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Adam 2006-06-05 15:25:36 UTC
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.
Comment 1 Adam 2006-06-05 15:27:41 UTC
Created attachment 18404 [details]
Modified FOP example, based on "examples/fo/pagination/franklin_2pageseqs.fo" with last page sequence added to it
Comment 2 Glenn Adams 2012-04-07 01:37:18 UTC
resetting severity from major to normal pending further review
Comment 3 Glenn Adams 2012-04-07 01:44:41 UTC
resetting P2 open bugs to P3 pending further review