DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUGĀ· RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://issues.apache.org/bugzilla/show_bug.cgi?id=41860>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED ANDĀ· INSERTED IN THE BUG DATABASE.
http://issues.apache.org/bugzilla/show_bug.cgi?id=41860 Summary: FOP crash on fixed-layout table with increasing number of cells/row Product: Fop Version: 1.0dev Platform: PC OS/Version: Linux Status: NEW Severity: normal Priority: P2 Component: page-master/layout AssignedTo: [email protected] ReportedBy: [EMAIL PROTECTED] Rendering a table with fixed layout where the first row has two cells and the second has more than two cells crashes FOP Example FO document to show the bug: <?xml version="1.0"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="page"> <fo:region-body region-name="body"/> </fo:simple-page-master> <fo:page-sequence-master master-name="contents"> <fo:repeatable-page-master-reference master-reference="page"/> </fo:page-sequence-master> </fo:layout-master-set> <fo:page-sequence master-reference="contents"> <fo:flow flow-name="body"> <fo:block> <fo:table table-layout="fixed" width="100%"> <fo:table-body> <fo:table-row> <fo:table-cell> <fo:block>x</fo:block> </fo:table-cell> <fo:table-cell> <fo:block>x</fo:block> </fo:table-cell> </fo:table-row> <fo:table-row> <fo:table-cell> <fo:block> </fo:block> </fo:table-cell> <fo:table-cell> <fo:block>A</fo:block> </fo:table-cell> <fo:table-cell> <fo:block>B</fo:block> </fo:table-cell> <fo:table-cell> <fo:block>C</fo:block> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> </fo:block> </fo:flow> </fo:page-sequence> </fo:root> -- Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug, or are watching the assignee.
