Bug 3258 - Fop-0.20.0 <fo:leader leader-pattern="dots"/> is broken
Summary: Fop-0.20.0 <fo:leader leader-pattern="dots"/> is broken
Status: CLOSED FIXED
Alias: None
Product: Fop - Now in Jira
Classification: Unclassified
Component: page-master/layout (show other bugs)
Version: all
Hardware: Sun Solaris
: P3 normal
Target Milestone: ---
Assignee: fop-dev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-08-24 07:44 UTC by ginger
Modified: 2012-04-01 06:33 UTC (History)
1 user (show)



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description ginger 2001-08-24 07:44:45 UTC
The dots are no longer rendered.

Code segment:

    <xsl:for-each select="abstract">
      <fo:block>
        <xsl:call-template name="display_abstract"/>
        <fo:leader leader-pattern="dots"/>
        <fo:page-number-citation ref-id="A1"/>
      </fo:block>

    </xsl:for-each>
Comment 1 J.Pietschmann 2002-05-07 13:56:53 UTC
Fixed in 0.20.3
Comment 2 Glenn Adams 2012-04-01 06:33:32 UTC
batch transition pre-FOP1.0 resolved+fixed bugs to closed+fixed