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 2003/01/10 00:17:04 UTC

DO NOT REPLY [Bug 15936] New: - Leading causes space deletion/word misplacement

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15936>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://nagoya.apache.org/bugzilla/show_bug.cgi?id=15936

Leading causes space deletion/word misplacement

           Summary: Leading causes space deletion/word misplacement
           Product: Fop
           Version: 0.20.5
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: pdf renderer
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: mbraun@urbana.css.mot.com


In processing the output of the DocBook 1.58.1 style sheets with FOP 0.20.5rc,
I noticed that it deleted the spaces between words of the entries in the Table
of contents.  For instance, in FOP 0.20.4rc, I would get
	Start of Document...................1
        Part 2 of Document..................4
        Part 4 of Document..................9
        Hey, Where's Part 3?...............27
whereas 0.20.5rc produces:
	StartofDocument.....................1
        Part2ofDocument.....................4
        Part4ofDocument.....................9
        Hey,Where'sPart3?..................27

The FO content for one of these blocks looks like this:
	<fo:block text-align-last="justify" end-indent="24pt"
last-line-end-indent="-24pt">
	  <fo:inline keep-with-next.within-line="always">
	    <fo:basic-link internal-destination="id2791121">Start of
Document</fo:basic-link>
	  </fo:inline>
	  <fo:inline keep-together.within-line="always">
	    <fo:leader leader-pattern="dots" leader-pattern-width="3pt"
leader-alignment="reference-area" keep-with-next.within-line="always"/> 
	    <fo:basic-link internal-destination="id2791121">
	      <fo:page-number-citation ref-id="id2791121"/>
	    </fo:basic-link>
	  </fo:inline>
	</fo:block>

---------------------------------------------------------------------
To unsubscribe, e-mail: fop-dev-unsubscribe@xml.apache.org
For additional commands, email: fop-dev-help@xml.apache.org