[jira] [Commented] (FOP-2450) [PATCH] implementation for table-layout="auto"

2017-01-17 Thread simon steiner (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=15826271#comment-15826271 ] simon steiner commented on FOP-2450: See FOP-2469 > [PATCH] implementation for table-layout=&q

[jira] [Resolved] (FOP-2450) [PATCH] implementation for table-layout="auto"

2017-01-17 Thread simon steiner (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] simon steiner resolved FOP-2450. Resolution: Duplicate > [PATCH] implementation for table-layout=&q

Feedback regarding the table-layout='auto' implementation (issue 2450)

2015-03-08 Thread GB
Hi, I implemented the table-layout='auto' feature for the stable version FOP 1.1. A corresponding patch (three iterations by now) is attached to issue 2450 ([1] which, admittedly, had an ambiguous title before). I already tentatively merged the first iteration into a trunk version which makes I'm

[jira] [Updated] (FOP-2450) [PATCH] implementation for table-layout=auto

2015-03-07 Thread Gregor Berg (JIRA)
to work on the table-layout=auto feature. Inspired by the postprocessing done in issue FOP-1226, I tried to propagate the computed values up the rendering process. Finally, I decided to opt for preprocessing and what can I tell you - it works, even for auto tables in fixed tables in auto tables (see

[jira] [Updated] (FOP-2450) [PATCH] preprocessing for table-layout=auto

2015-03-05 Thread Gregor Berg (JIRA)
[ https://issues.apache.org/jira/browse/FOP-2450?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Gregor Berg updated FOP-2450: - Attachment: 2015-03-05-auto-fop-1_1v3.patch [PATCH] preprocessing for table-layout=auto

[jira] [Comment Edited] (FOP-2450) [PATCH] preprocessing for table-layout=auto

2015-03-05 Thread Gregor Berg (JIRA)
(fixes main problem of V1) - for now, at least one specific type of ExternalGraphic propagates a suitable width requirement - removed redundant code [PATCH] preprocessing for table-layout=auto - Key: FOP-2450 URL: https

[jira] [Updated] (FOP-2450) [PATCH] preprocessing for table-layout=auto

2015-02-26 Thread Gregor Berg (JIRA)
in other tables propagate their width requirements (fixes main problem of V1) - for now, at least one specific type of ExternalGraphic propagates a suitable width requirement - removed redundant code [PATCH] preprocessing for table-layout=auto

[jira] [Created] (FOP-2450) [PATCH] preprocessing for table-layout=auto

2015-02-20 Thread Gregor Berg (JIRA)
Gregor Berg created FOP-2450: Summary: [PATCH] preprocessing for table-layout=auto Key: FOP-2450 URL: https://issues.apache.org/jira/browse/FOP-2450 Project: Fop Issue Type: New Feature

[jira] [Comment Edited] (FOP-2450) [PATCH] preprocessing for table-layout=auto

2015-02-20 Thread Gregor Berg (JIRA)
the dimensions are propagated as would be expected, the current version does not respect the boundaries of the page (i.e., given enough content, the table will overflow to the right *without a warning*) [PATCH] preprocessing for table-layout=auto

[jira] [Updated] (FOP-2450) [PATCH] preprocessing for table-layout=auto

2015-02-20 Thread Gregor Berg (JIRA)
, - comment level: low-medium [PATCH] preprocessing for table-layout=auto - Key: FOP-2450 URL: https://issues.apache.org/jira/browse/FOP-2450 Project: Fop Issue Type: New Feature Components

[jira] [Updated] (FOP-2450) [PATCH] preprocessing for table-layout=auto

2015-02-20 Thread Gregor Berg (JIRA)
-table.xml.pdf while the dimensions are propagated as would be expected, the current version does not respect the boundaries of the page (i.e., given enough content, the table will overflow to the right *without a warning*) [PATCH] preprocessing for table-layout=auto

[Bug 51551] WARN [FONode] Warning(Unknown location): fo:table, table-layout=auto

2012-04-29 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51551 Glenn Adams gad...@apache.org changed: What|Removed |Added Status|RESOLVED|CLOSED --- Comment

DO NOT REPLY [Bug 51551] WARN [FONode] Warning(Unknown location): fo:table, table-layout=auto

2012-04-01 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51551 Glenn Adams gl...@skynav.com changed: What|Removed |Added Status|NEEDINFO|RESOLVED

DO NOT REPLY [Bug 51551] New: WARN [FONode] Warning(Unknown location): fo:table, table-layout=auto

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51551 Bug #: 51551 Summary: WARN [FONode] Warning(Unknown location): fo:table, table-layout=auto Product: Fop Version: all Platform: PC OS/Version: Windows XP

DO NOT REPLY [Bug 51551] WARN [FONode] Warning(Unknown location): fo:table, table-layout=auto

2011-07-25 Thread bugzilla
https://issues.apache.org/bugzilla/show_bug.cgi?id=51551 Pascal Sancho pascal.san...@takoma.fr changed: What|Removed |Added Status|NEW |NEEDINFO

Re: Table layout = auto functionality needed: bounty.

2010-03-26 Thread Vincent Hennebert
devs, Would this be suitable for a GSoC project? It is certainly not trivial, and the candidate should have a reasonable chance of success. Simon On Wed, Mar 24, 2010 at 04:57:47PM +, Peterdk wrote: Hi, I am wondering, I need a basic version of table-layout=auto. It's not yet

Re: Table layout = auto functionality needed: bounty.

2010-03-26 Thread Peterdk
need a basic version of table-layout=auto. It's not yet implemented with FOP. I am willing to set a bounty of max 250$ for it, if it's implemented to a level that I can use it for my project. Are there any devs interested and willing to work on this? For the bounty it would be needed to be ready

Re: Table layout = auto functionality needed: bounty.

2010-03-25 Thread Simon Pepping
FOP devs, Would this be suitable for a GSoC project? It is certainly not trivial, and the candidate should have a reasonable chance of success. Simon On Wed, Mar 24, 2010 at 04:57:47PM +, Peterdk wrote: Hi, I am wondering, I need a basic version of table-layout=auto. It's not yet

Re: table-layout=auto

2007-01-22 Thread Chris Bowditch
Jess Holle wrote: I had thought/hoped 0.93 supported table-layout=auto as I know there was a GSOC project along these lines, yet I note that the compliance table does not indicate such support. Is the table in error? If not, how far off is such support? No, the compliance page is correct

table-layout=auto

2007-01-20 Thread Jess Holle
I had thought/hoped 0.93 supported table-layout=auto as I know there was a GSOC project along these lines, yet I note that the compliance table does not indicate such support. Is the table in error? If not, how far off is such support? -- Jess Holle