hi, got a table rendering problem in the region-after (see attached file). for testing i've created a two page document with the same table in in the body and region after area. on the second page the region-after table is rendered differently (wrong) to the body area: block with two lines is positioned at the bootom of the table.
do i miss something ??? or is this a known bug? by the way i'm using fop092beta. any ideas for a workaround? cheers, gregor -- enforce privacy - http://www.pgpi.org pgp key id: 0x8BBB9B74 - http://pgp.mit.edu mailto:[EMAIL PROTECTED]
<?xml version="1.0" encoding="UTF-8"?> <fo:root xmlns:fo="http://www.w3.org/1999/XSL/Format"> <fo:layout-master-set> <fo:simple-page-master master-name="titel" page-height="297mm" page-width="210mm" margin-bottom="14mm" margin-top="92mm" margin-left="20mm" margin-right="25mm"> <fo:region-body region-name="body" margin-bottom="5mm"/> <fo:region-after region-name="titel" extent="2mm"/> </fo:simple-page-master> <fo:simple-page-master master-name="titel2" page-height="297mm" page-width="210mm" margin-bottom="14mm" margin-top="92mm" margin-left="20mm" margin-right="25mm"> <fo:region-body region-name="body" margin-bottom="5mm"/> <fo:region-after region-name="titel2" extent="2mm"/> </fo:simple-page-master> <fo:page-sequence-master master-name="zertifikat"> <fo:single-page-master-reference master-reference="titel"/> <fo:single-page-master-reference master-reference="titel2"/> </fo:page-sequence-master> </fo:layout-master-set> <fo:page-sequence master-reference="zertifikat"> <fo:static-content flow-name="titel"> <fo:table font-size="7pt" table-layout="fixed" width="100%" font-family="Rotis"> <fo:table-column width="55mm"/> <fo:table-column width="55mm"/> <fo:table-column width="55mm"/> <fo:table-body> <fo:table-row> <fo:table-cell> <fo:block text-align="left">Seite 1</fo:block> </fo:table-cell> <fo:table-cell> <fo:block text-align="center"> Gültig bis: 14. August 2007</fo:block> </fo:table-cell> <fo:table-cell> <fo:block text-align="right">Why this is happening??</fo:block> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> </fo:static-content> <fo:static-content flow-name="titel2"> <fo:table font-size="7pt" table-layout="fixed" width="100%" font-family="Rotis"> <fo:table-column width="55mm"/> <fo:table-column width="55mm"/> <fo:table-column width="55mm"/> <fo:table-body> <fo:table-row> <fo:table-cell> <fo:block text-align="left">Seite 1</fo:block> </fo:table-cell> <fo:table-cell> <fo:block text-align="center"> Gültig bis: 14. August 2007</fo:block> </fo:table-cell> <fo:table-cell> <fo:block text-align="right">Why this is happening?? I don't get it ... here is the second line.</fo:block> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> </fo:static-content> <fo:flow flow-name="body"> <fo:table font-size="7pt" table-layout="fixed" width="100%" font-family="Rotis"> <fo:table-column width="55mm"/> <fo:table-column width="55mm"/> <fo:table-column width="55mm"/> <fo:table-body> <fo:table-row> <fo:table-cell> <fo:block text-align="left">Seite 1</fo:block> </fo:table-cell> <fo:table-cell> <fo:block text-align="center"> Gültig bis: 14. August 2007</fo:block> </fo:table-cell> <fo:table-cell> <fo:block text-align="right">Why this is happening??</fo:block> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> <fo:block break-after="page"/> <fo:table font-size="7pt" table-layout="fixed" width="100%" font-family="Rotis"> <fo:table-column width="55mm"/> <fo:table-column width="55mm"/> <fo:table-column width="55mm"/> <fo:table-body> <fo:table-row> <fo:table-cell> <fo:block text-align="left">Seite 1</fo:block> </fo:table-cell> <fo:table-cell> <fo:block text-align="center"> Gültig bis: 14. August 2007</fo:block> </fo:table-cell> <fo:table-cell> <fo:block text-align="right">Why this is happening?? I don't get it ... here is the second line.</fo:block> </fo:table-cell> </fo:table-row> </fo:table-body> </fo:table> </fo:flow> </fo:page-sequence> </fo:root>
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
