You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by bu...@apache.org on 2006/06/05 17:25:36 UTC

DO NOT REPLY [Bug 39725] New: - page-position="last" and spans doesn't output all the content

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: fop-dev@xmlgraphics.apache.org
        ReportedBy: ad007@hotmail.com


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.

DO NOT REPLY [Bug 39725] - page-position="last" and spans doesn't output all the content

Posted by bu...@apache.org.
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


ad007@hotmail.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           Severity|regression                  |major




-- 
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.

DO NOT REPLY [Bug 39725] - page-position="last" and spans doesn't output all the content

Posted by bu...@apache.org.
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





------- Additional Comments From ad007@hotmail.com  2006-06-05 15:27 -------
Created an attachment (id=18404)
 --> (http://issues.apache.org/bugzilla/attachment.cgi?id=18404&action=view)
Modified FOP example, based on "examples/fo/pagination/franklin_2pageseqs.fo"
with last page sequence added to it


-- 
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.