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=6458>. 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=6458 In fixed-width tables, empty cells are rendered too wide Summary: In fixed-width tables, empty cells are rendered too wide Product: Fop Version: 0.20.2 Platform: All OS/Version: All Status: NEW Severity: Major Priority: Other Component: page-master/layout AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] In a table with fixed-width columns, empty cells (containing an empty fo:block only) causes the cell to be rendered wider than cells with content. Consequently, all other cells to the right of this cell - but in the same row - are shifted to the right by the same amount. Test conditions: - rendered to PDF (I suppose this problem is renderer independent)- table with 6 columns - cell in question contains empty <xsl:block> with text-align="start" being the only attribute. - no attributes in fo:table tag - no attributes in fo:table-column tag except column-width="2cm" - no attributes in fo:table-row tag - JDK 1.3 on Windows and Linux Side notes: - Didn't test with 0.20.3RC because this version aborts with obscure error message that I didn't research yet. - I think I observed the same problem in 0.20.1 --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, email: [EMAIL PROTECTED]