Is this by any chance a know bug in version 1.0?

I place a single row table, single cell table in the region before.  In
version 0.95 the table, which has background set to "silver" renders
perfectly, spanning the entire region-before.  Using versions 1.0, the
left ~0.83 inches of the table are obliterated.  The text is centered
properly as if the cell spanned the region width.

I've tried placing the entire table in a block-container to no avail.

Weirder still is that only in one flow, (the second of two) does the
truncation appear.  Both flows use the same template to define the table.

The two fo files are identical (according to emacs's ediff).  Is that
believable?


>     <xsl:template name="title-header">
>         <xsl:param name="bgcolor" select="$backgroundcolor"/>
>         <xsl:param name="titleText"/>
>         <xsl:variable name="documentId" select="/*/metadata/id"/>
>         <fo:block-container>
>             <fo:table background-color="{$bgcolor}" table-layout="fixed" 
> width="100%" margin-top="{$titleHeaderMargin}"
>                       border-collapse="separate">
>                 <fo:table-column column-width="proportional-column-width(1)"/>
>                 <fo:table-body>
>                     <fo:table-row height="{$titleHeaderHeight}">
>                         <fo:table-cell display-align="center" 
> border="{$tableBorder}">
>                             <fo:block font-family="Optima" font-size="12pt" 
> padding-before="2pt" font-weight="bold"
>                                       text-align="center">
>                                 <xsl:value-of 
> select="ec:xsltConvertDocumentName($documentId, $titleText)"/>
>                             </fo:block>
>                         </fo:table-cell>
>                     </fo:table-row>
>                 </fo:table-body>
>             </fo:table>
>         </fo:block-container>
>     </xsl:template>
> 

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to