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=5234>. 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=5234 Cols of table Summary: Cols of table Product: Fop Version: all Platform: PC OS/Version: Windows NT/2K Status: NEW Severity: Normal Priority: Other Component: pdf renderer AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The alignment of tablcols is not correct, when you render a large fo-document without any border. When I switch on the border for the table, the alignment will be correctly. ex.: ... <fo:table-row line-height="18pt" font-size='12pt' font-weight='normal' font- style='normal' space-after.optimum='6pt'> <fo:table-cell text-align='start'><fo:block><xsl:value-of select='col0'/></fo:block></fo:table-cell> <!-- Alignment-error when there are no border-statements and the count of chars < 10 in this table-cell --> <fo:table-cell border-color="black" border-width="0.5pt" border-style="solid" text-align='start'><fo:block end-indent='5mm'><xsl:value-of select='col1'/></fo:block></fo:table-cell> <fo:table-cell text-align='end'><fo:block><xsl:value-of select='col2'/></fo:block></fo:table-cell> <fo:table-cell text-align='end'><fo:block><xsl:value-of select='col3'/></fo:block></fo:table-cell> <fo:table-cell text-align='end'><fo:block><xsl:value-of select='col4'/></fo:block></fo:table-cell> <fo:table-cell text-align='end'><fo:block><xsl:value-of select='col5'/></fo:block></fo:table-cell> <fo:table-cell text-align='end'><fo:block><xsl:value-of select='col6'/></fo:block></fo:table-cell> </fo:table-row> ... Thank you for working on this bug cberger --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]
