[jira] [Commented] (FOP-2624) FO to RTF conversion adds unnecessary \cell after ... when it is nested inside any table cell

2019-06-04 Thread Chris Bowditch (JIRA)


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

Chris Bowditch commented on FOP-2624:
-

committed fix in Revision: 1860626

> FO to RTF conversion adds unnecessary \cell after 
> ... when it is nested inside any table cell
> 
>
> Key: FOP-2624
> URL: https://issues.apache.org/jira/browse/FOP-2624
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 1.1
>Reporter: jaydeep V
>Assignee: Chris Bowditch
>Priority: Major
> Fix For: trunk
>
> Attachments: FO.xml, HTML.html, RTF.rtf
>
>
> I am trying to convert from FO to RTF here, The version of FOP i am using is 
> 1.1
> let say below is my FO
> ...
> ...
> 
> 
> 
> 
> 
> 
> 
> 
> •
> 
>  
>  test data
> 
>  
> ...(similarly many list items)..
> 
> ..(some more fo:block div data)..
> 
> 
> 
> 
> here immediately after the  RTF is addind '\cell', Because of 
> that even though there is some data after list block RTF treats it as end of 
> table cell. 
> so Rest of the data after list block won't be visible in RTF.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FOP-2624) FO to RTF conversion adds unnecessary \cell after ... when it is nested inside any table cell

2019-06-04 Thread Chris Bowditch (JIRA)


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

Chris Bowditch commented on FOP-2624:
-

I've worked out this bug is caused by changes for FOP-1918. I have a potential 
fix for it

> FO to RTF conversion adds unnecessary \cell after 
> ... when it is nested inside any table cell
> 
>
> Key: FOP-2624
> URL: https://issues.apache.org/jira/browse/FOP-2624
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 1.1
>Reporter: jaydeep V
>Priority: Major
> Attachments: FO.xml, HTML.html, RTF.rtf
>
>
> I am trying to convert from FO to RTF here, The version of FOP i am using is 
> 1.1
> let say below is my FO
> ...
> ...
> 
> 
> 
> 
> 
> 
> 
> 
> •
> 
>  
>  test data
> 
>  
> ...(similarly many list items)..
> 
> ..(some more fo:block div data)..
> 
> 
> 
> 
> here immediately after the  RTF is addind '\cell', Because of 
> that even though there is some data after list block RTF treats it as end of 
> table cell. 
> so Rest of the data after list block won't be visible in RTF.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FOP-2624) FO to RTF conversion adds unnecessary \cell after ... when it is nested inside any table cell

2019-06-03 Thread Chris Bowditch (JIRA)


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

Chris Bowditch commented on FOP-2624:
-

[~vinodsankar] FOP is open source and so bugs are fixed by volunteers. Feel 
free to jump in and help

When running your FO File I am getting a lot of validation errors like:

 

org.apache.fop.fo.ValidationException: Invalid property encountered on 
"fo:list-block": list-style-type (See position 142:119)

 

I will have a go at fixing them, but to save time and avoid further delays 
provide clean XSL-FO up front is the effective way to get a resolution

> FO to RTF conversion adds unnecessary \cell after 
> ... when it is nested inside any table cell
> 
>
> Key: FOP-2624
> URL: https://issues.apache.org/jira/browse/FOP-2624
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 1.1
>Reporter: jaydeep V
>Priority: Major
> Attachments: FO.xml, HTML.html, RTF.rtf
>
>
> I am trying to convert from FO to RTF here, The version of FOP i am using is 
> 1.1
> let say below is my FO
> ...
> ...
> 
> 
> 
> 
> 
> 
> 
> 
> •
> 
>  
>  test data
> 
>  
> ...(similarly many list items)..
> 
> ..(some more fo:block div data)..
> 
> 
> 
> 
> here immediately after the  RTF is addind '\cell', Because of 
> that even though there is some data after list block RTF treats it as end of 
> table cell. 
> so Rest of the data after list block won't be visible in RTF.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FOP-2624) FO to RTF conversion adds unnecessary \cell after ... when it is nested inside any table cell

2019-06-03 Thread Vinod Sankaranarayanan (JIRA)


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

Vinod Sankaranarayanan commented on FOP-2624:
-

[~cbowditch] - Will this bug get's prioritized anytime soon ?

> FO to RTF conversion adds unnecessary \cell after 
> ... when it is nested inside any table cell
> 
>
> Key: FOP-2624
> URL: https://issues.apache.org/jira/browse/FOP-2624
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 1.1
>Reporter: jaydeep V
>Priority: Major
> Attachments: FO.xml, HTML.html, RTF.rtf
>
>
> I am trying to convert from FO to RTF here, The version of FOP i am using is 
> 1.1
> let say below is my FO
> ...
> ...
> 
> 
> 
> 
> 
> 
> 
> 
> •
> 
>  
>  test data
> 
>  
> ...(similarly many list items)..
> 
> ..(some more fo:block div data)..
> 
> 
> 
> 
> here immediately after the  RTF is addind '\cell', Because of 
> that even though there is some data after list block RTF treats it as end of 
> table cell. 
> so Rest of the data after list block won't be visible in RTF.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (FOP-2624) FO to RTF conversion adds unnecessary \cell after ... when it is nested inside any table cell

2016-07-21 Thread jaydeep V (JIRA)

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

jaydeep V commented on FOP-2624:


Hi chris, I tested the same FO in FOP-2.1 jar
Apparently this issue persist in 2.1 as well

> FO to RTF conversion adds unnecessary \cell after 
> ... when it is nested inside any table cell
> 
>
> Key: FOP-2624
> URL: https://issues.apache.org/jira/browse/FOP-2624
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 1.1
>Reporter: jaydeep V
> Attachments: FO.xml, HTML.html, RTF.rtf
>
>
> I am trying to convert from FO to RTF here, The version of FOP i am using is 
> 1.1
> let say below is my FO
> ...
> ...
> 
> 
> 
> 
> 
> 
> 
> 
> •
> 
>  
>  test data
> 
>  
> ...(similarly many list items)..
> 
> ..(some more fo:block div data)..
> 
> 
> 
> 
> here immediately after the  RTF is addind '\cell', Because of 
> that even though there is some data after list block RTF treats it as end of 
> table cell. 
> so Rest of the data after list block won't be visible in RTF.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FOP-2624) FO to RTF conversion adds unnecessary \cell after ... when it is nested inside any table cell

2016-07-18 Thread jaydeep V (JIRA)

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

jaydeep V commented on FOP-2624:


Hi Chris, 

Please find the evidence attached 
HMTL-> FO -> RTF.

I see the issue mentioned above in  FO -> RTF conversion.

Thanks,
Jaydeep

> FO to RTF conversion adds unnecessary \cell after 
> ... when it is nested inside any table cell
> 
>
> Key: FOP-2624
> URL: https://issues.apache.org/jira/browse/FOP-2624
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 1.1
>Reporter: jaydeep V
> Attachments: FO.xml, HTML.html, RTF.rtf
>
>
> I am trying to convert from FO to RTF here, The version of FOP i am using is 
> 1.1
> let say below is my FO
> ...
> ...
> 
> 
> 
> 
> 
> 
> 
> 
> •
> 
>  
>  test data
> 
>  
> ...(similarly many list items)..
> 
> ..(some more fo:block div data)..
> 
> 
> 
> 
> here immediately after the  RTF is addind '\cell', Because of 
> that even though there is some data after list block RTF treats it as end of 
> table cell. 
> so Rest of the data after list block won't be visible in RTF.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)


[jira] [Commented] (FOP-2624) FO to RTF conversion adds unnecessary \cell after ... when it is nested inside any table cell

2016-07-15 Thread Chris Bowditch (JIRA)

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

Chris Bowditch commented on FOP-2624:
-

Can you attach a complete XSL-FO file that demonstrates the issue? Thanks

> FO to RTF conversion adds unnecessary \cell after 
> ... when it is nested inside any table cell
> 
>
> Key: FOP-2624
> URL: https://issues.apache.org/jira/browse/FOP-2624
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 1.1
>Reporter: jaydeep V
>
> I am trying to convert from FO to RTF here, The version of FOP i am using is 
> 1.1
> let say below is my FO
> ...
> ...
> 
> 
> 
> 
> 
> 
> 
> 
> •
> 
>  
>  test data
> 
>  
> ...(similarly many list items)..
> 
> ..(some more fo:block div data)..
> 
> 
> 
> 
> here immediately after the  RTF is addind '\cell', Because of 
> that even though there is some data after list block RTF treats it as end of 
> table cell. 
> so Rest of the data after list block won't be visible in RTF.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)