Details
-
Bug
-
Status: Open
-
Major
-
Resolution: Unresolved
-
1.0
-
None
-
Windows 7, Java 6.7
-
Bug yet to be resolved
Description
The fix for the bug FOP-1863 (BUGZILLA 50163) doesn't work if the list-block is inside a table.
https://issues.apache.org/jira/browse/FOP-1863
Below is the FO.
<fo:flow flow-name="xsl-region-body">
<fo:table>
<fo:table-column column-width="4.50in"/>
<fo:table-column column-width="2.00in"/>
<fo:table-body>
<fo:table-row padding-top=".00in" padding-bottom=".00in">
<fo:table-cell padding=".00in">
<fo:block>
<fo:list-block>
<fo:list-item>
<fo:list-item-label>
<fo:block>•</fo:block>
</fo:list-item-label>
<fo:list-item-body start-indent="body-start()">
<fo:block>Test Block 0</fo:block>
<fo:block>Test Block I</fo:block>
<fo:block><fo:inline>Test Block II</fo:inline></fo:block>
</fo:list-item-body>
</fo:list-item>
</fo:list-block>
</fo:block>
</fo:table-cell>
</fo:table-row>
</fo:table-body>
</fo:table>
</fo:flow>
Attachments
Issue Links
- is related to
-
FOP-1863 Problem with list containing multi-line items in RTF
- Closed