You are viewing a plain text version of this content. The canonical link for it is here.
Posted to fop-dev@xmlgraphics.apache.org by "Srinivas Bolisetti (JIRA)" <ji...@apache.org> on 2014/04/24 17:04:19 UTC

[jira] [Commented] (FOP-2366) Incorrect Bullets for mulitple para within a single list-item inside a table

    [ https://issues.apache.org/jira/browse/FOP-2366?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=13979816#comment-13979816 ] 

Srinivas Bolisetti commented on FOP-2366:
-----------------------------------------

Is there a patch available for this issue as well?

> Incorrect Bullets for mulitple para within a single list-item  inside a table
> -----------------------------------------------------------------------------
>
>                 Key: FOP-2366
>                 URL: https://issues.apache.org/jira/browse/FOP-2366
>             Project: Fop
>          Issue Type: Bug
>          Components: general
>    Affects Versions: 1.0
>         Environment: Windows 7, Java 6.7
>            Reporter: Srinivas Bolisetti
>              Labels: patch
>   Original Estimate: 168h
>  Remaining Estimate: 168h
>
> The fix for the bug 50163 doesn't work if the list-block is inside a table.
> https://issues.apache.org/bugzilla/show_bug.cgi?id=50163.
> 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>



--
This message was sent by Atlassian JIRA
(v6.2#6252)