https://issues.apache.org/bugzilla/show_bug.cgi?id=46386
Carsten Metzler <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |[email protected] --- Comment #2 from Carsten Metzler <[email protected]> 2008-12-15 03:49:45 PST --- I reduced our FO to one fo:block. The problem seems to be the combination of the fo:block with hyphenate="true" and the containing empty fo:inline with an id-attribute: <?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 margin-right="30pt" margin-left="71pt" margin-bottom="23pt" margin-top="23pt" page-width="21cm" page-height="29.7cm" master-name="page"> <fo:region-body overflow="hidden" margin-bottom="50pt" margin-top="82pt"/> <fo:region-before extent="30pt"/> <fo:region-after extent="27pt"/> </fo:simple-page-master> </fo:layout-master-set> <fo:page-sequence country="DE" language="de" master-reference="page"> <fo:flow flow-name="xsl-region-body"> <fo:block hyphenate="true"> <fo:inline>Test</fo:inline> <fo:inline id="1" /> </fo:block> </fo:flow> </fo:page-sequence> </fo:root> -- Configure bugmail: https://issues.apache.org/bugzilla/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug.
