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=24299>. 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=24299 combining border-right, border-left in table-cells with background-color in table-rows Summary: combining border-right, border-left in table-cells with background-color in table-rows Product: Fop Version: 0.20.5 Platform: PC URL: http://www.dorner.at OS/Version: Other Status: NEW Severity: Normal Priority: Other Component: general AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] <fo:table font-family="Helvetica" font-size="7pt" border-collapse="collapse"> If you use background-color on a table-row like this: <fo:table-row font-family="Helvetica" font-size="7pt"> <xsl:attribute name="background- color"><xsl:text>#EEEEEE</xsl:text></xsl:attribute> and leave this out every second row ... and use table-cell like this <fo:table-cell padding-left="2pt" padding-top="1pt" padding- right="2pt" border-left="solid 0.5pt black" border-right="solid 0.5pt black"> <fo:block overflow="hidden"> <xsl:value-of select="./@expoklassgrp_kurz_text"/> </fo:block> </fo:table-cell> each row and each cell then you get little small spaces in the borders. You can see them best when printing on a laserjet but you can see them also on a deskjet if you look quite precisely. This is only if you use background-color on the row. In all other cases the border works perfect! It is ok if i use the same code but without the attribute background-color.
