[jira] [Commented] (FOP-2469) [PATCH] auto table layout

2018-07-17 Thread Eric Lim (JIRA)


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

Eric Lim commented on FOP-2469:
---

Added FOP-2469-2018-07-17.patch.

Patch is essentially a roll up of previous patch + auto table width support + 
bug fixes + new tests.  

Patch still needs work and more tests.

 

> [PATCH] auto table layout
> -
>
> Key: FOP-2469
> URL: https://issues.apache.org/jira/browse/FOP-2469
> Project: FOP
>  Issue Type: Bug
>  Components: layout/unqualified
>Affects Versions: trunk
> Environment: Windows 7, JDK 7
>Reporter: Gregor Berg
>Assignee: Andreas L. Delmelle
>Priority: Major
> Attachments: 2015-05-13-auto-table-layout.patch, 
> 2015-05-27-LM-to-LC-refactoring.patch, 
> 2015-06-09-LM-to-LC-refactoring-update.patch, FOP-2469-2018-07-17.patch, 
> FOP-2469_20150621.patch, FOP2469-auto-table-layout.xml, 
> resize-all-but-static-spanned-columns.xml, resize-spanned-columns.xml, 
> warning-only-static-columns-are-spanned.xml
>
>
> Hi,
> this is a patch which enables table-layout=auto. It is quite robust, it can 
> not only handle linebreaks and pagebreaks, but it also copes with auto tables 
> in fixed tables in auto tables.
> Essentially, it is the patch of issue FOP-2450 adapted to the trunk version 
> of FOP.
> Best regards,
> Gregor



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


[jira] [Updated] (FOP-2469) [PATCH] auto table layout

2018-07-17 Thread Eric Lim (JIRA)


 [ 
https://issues.apache.org/jira/browse/FOP-2469?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Lim updated FOP-2469:
--
Attachment: FOP-2469-2018-07-17.patch

> [PATCH] auto table layout
> -
>
> Key: FOP-2469
> URL: https://issues.apache.org/jira/browse/FOP-2469
> Project: FOP
>  Issue Type: Bug
>  Components: layout/unqualified
>Affects Versions: trunk
> Environment: Windows 7, JDK 7
>Reporter: Gregor Berg
>Assignee: Andreas L. Delmelle
>Priority: Major
> Attachments: 2015-05-13-auto-table-layout.patch, 
> 2015-05-27-LM-to-LC-refactoring.patch, 
> 2015-06-09-LM-to-LC-refactoring-update.patch, FOP-2469-2018-07-17.patch, 
> FOP-2469_20150621.patch, FOP2469-auto-table-layout.xml, 
> resize-all-but-static-spanned-columns.xml, resize-spanned-columns.xml, 
> warning-only-static-columns-are-spanned.xml
>
>
> Hi,
> this is a patch which enables table-layout=auto. It is quite robust, it can 
> not only handle linebreaks and pagebreaks, but it also copes with auto tables 
> in fixed tables in auto tables.
> Essentially, it is the patch of issue FOP-2450 adapted to the trunk version 
> of FOP.
> Best regards,
> Gregor



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


[jira] [Created] (FOP-2805) FOP pom.xml depends on wrong version of Batik

2018-07-17 Thread Eric Lim (JIRA)
Eric Lim created FOP-2805:
-

 Summary: FOP pom.xml depends on wrong version of Batik
 Key: FOP-2805
 URL: https://issues.apache.org/jira/browse/FOP-2805
 Project: FOP
  Issue Type: Bug
Reporter: Eric Lim


FOP pom.xml specifies a dependency on Batik 1.9.0-SNAPSHOT. 

Instead FOP pom.xml should depend on Batik 1.11.0-SNAPSHOT



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


[jira] [Updated] (FOP-2743) [PATCH] fo:basic-link external-destinations fails when target URIs contains unbalanced parenthesis

2018-07-17 Thread Eric Lim (JIRA)


 [ 
https://issues.apache.org/jira/browse/FOP-2743?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
 ]

Eric Lim updated FOP-2743:
--
 Flags: Patch
Attachment: FOP-2743.patch
   Summary: [PATCH] fo:basic-link external-destinations fails when target 
URIs contains unbalanced parenthesis  (was: fo:basic-link external-destinations 
fails when target URIs contains unbalanced parenthesis)

> [PATCH] fo:basic-link external-destinations fails when target URIs contains 
> unbalanced parenthesis
> --
>
> Key: FOP-2743
> URL: https://issues.apache.org/jira/browse/FOP-2743
> Project: FOP
>  Issue Type: Bug
>Affects Versions: 2.2
>Reporter: Eric Lim
>Priority: Major
> Attachments: FOP-2688-unbalanced-paren.fo, FOP-2743.patch, 
> simple_[report]_(version2.pdf
>
>
> 7 0 obj
> << /URI (simple_%5Breport%5D_(version2.pdf)
> /S /URI >>
> endobj
> It should be,
> 7 0 obj
> << /URI (simple_%5Breport%5D_(version2.pdf)
> /S /URI >>
> endobj



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