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

Height of table-cell is calculated incorrect when block-container inside

           Summary: Height of table-cell is calculated incorrect when block-
                    container inside
           Product: Fop
           Version: 0.20.4
          Platform: PC
        OS/Version: Windows NT/2K
            Status: NEW
          Severity: Minor
          Priority: Other
         Component: pdf renderer
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


If a table-cell contains a block-container the cell's height is calculated 
wrong. You can recognize if you render the minimal-example.

<fo:table table-layout="fixed">
<fo:table-column column-width="50mm" />
<fo:table-column column-width="115mm" />
<fo:table-body>
        <fo:table-row>
                <fo:table-cell border-color="green" border-style="solid">
                        <fo:block-container height="10mm" width="40mm"  border-
color="yellow" border-style="solid">
                                <fo:block>foo</fo:block>
                        </fo:block-container>
                        <fo:block border-color="yellow" border-
style="solid">bar</fo:block>
                </fo:table-cell>
                
                <fo:table-cell>
                        <fo:block border-color="red" border-
style="solid">foobar</fo:block>
                </fo:table-cell>
        </fo:table-row>
        
        <fo:table-row>
                <fo:table-cell number-columns-spanned="2" border-color="blue" 
border-style="solid" padding-top="5mm">
                        <fo:block>foobar</fo:block>
                </fo:table-cell>
        </fo:table-row>
</fo:table-body>
</fo:table>

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

Reply via email to