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 "Eric Lim (JIRA)" <ji...@apache.org> on 2018/12/12 02:21:00 UTC

[jira] [Commented] (FOP-2832) Long orderlist causes overflow of running footer

    [ https://issues.apache.org/jira/browse/FOP-2832?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=16718384#comment-16718384 ] 

Eric Lim commented on FOP-2832:
-------------------------------

 

I ran into this issue and I worked around it by setting fo:list-item space-before properties to have the same value. 

space-before.optimum="0em"

space-before.minimum="0em"

space-before.maximum="0em"

> Long orderlist causes overflow of running footer
> ------------------------------------------------
>
>                 Key: FOP-2832
>                 URL: https://issues.apache.org/jira/browse/FOP-2832
>             Project: FOP
>          Issue Type: Bug
>    Affects Versions: trunk, 2.3
>         Environment: Mac OS High Sierra and Ubuntu 18.04.1 LTS
>            Reporter: Michael Webster
>            Priority: Major
>         Attachments: long-list.zip
>
>
> When I use a very long orderlist the contents tend to overflow my running footer.  I have attached a ZIP file with an example of what I get.  In that ZIP file you will find the following:
>  * "long-list.md" which contains my source markdown
>  * "long-list.xml" which contains the Docbook XML converted from my markdown
>  * "long-list-tweaked.xml" which contains a few tweaks I make to the XML above
>  * "long-list-tweaks.xsl" which contains the stylesheet I use to perform the tweaks
>  * "long-list.fo" which contains the XSL FO converted from the "long-list-tweaked.xml"
>  * "long-list-styles.xsl" which contains the stylesheet customization layer I am using to create the running footer and some other features (e.g. page X of Y stuff, etc.)
>  * "long-list.pdf" which contains the resulting PDF
>  * "build-long-list.sh" which contains a bash shell of the commands I used to perform the above steps
> If you look at the bottom of page 2 in the PDF you will see my list of items overflowing the running footer.
> I got the same results on the following version of FOP
>  * FOP 2.3
>  * FOP trunk (rev1845627)
>  * I did not try any other version
> I got the same results on the following OSes
>  * Mac OS High Sierra
>  * Ubuntu 18.04.1 LTS
>  * I did not try any other operating system
> My example uses orderedlist, but I suspect itemizedlist would have the same issue.
>  



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)