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/06/20 12:14:08 UTC

DO NOT REPLY [Bug 20943] New: - number-rows-spanned render spanned cell background.

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=20943>.
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=20943

number-rows-spanned render spanned cell background.

           Summary: number-rows-spanned render spanned cell background.
           Product: Fop
           Version: 0.20.5
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: pdf renderer
        AssignedTo: fop-dev@xml.apache.org
        ReportedBy: wangjf@cssweb.com.cn


example:
<fo:table>
<fo:table-row>
	<fo:table-cell number-rows-spanned="2">Spanned</fo:table-cell>
	<fo:table-cell>&#160;</fo:table-cell>
	<fo:table-cell>First row</fo:table-cell>
</fo:table-row>
<fo:table-row background-color="red">
	<fo:table-cell>&#160;</fo:table-cell>
	<fo:table-cell>Second row</fo:table-cell>
</fo:table-row>
</fo:table>

spanned cell be filled with background-color "red".

and if I set:
 <fo:table-cell number-rows-spanned="2" 
    border="2pt solid"
>Spanned</fo:table-cell>

The cell border is only 1 cell height.

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