[
https://issues.apache.org/jira/browse/FOP-82?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel
]
Glenn Adams resolved FOP-82.
----------------------------
Resolution: Fixed
> Table Column overflow - endless loop
> ------------------------------------
>
> Key: FOP-82
> URL: https://issues.apache.org/jira/browse/FOP-82
> Project: FOP
> Issue Type: Bug
> Components: renderer/pdf
> Affects Versions: 2.5
> Environment: Operating System: All
> Platform: PC
> Reporter: gary
> Assignee: fop-dev
> Priority: Blocker
> Attachments: fop-82-example.xml
>
>
> I have a single page document that basically consists of 3 columns. Each
> column
> is further divided with additional tables. Each columns contains a number of
> tables. The first column containing a single table. Columns 2 has 3 tables
> and
> columns 3 has 1 table.
> Col 1 Col 2 Col 3
> ------------------------------
> | | | |
> | Table | Table | Table |
> | 3 cols | 3 cols | 2 cols |
> | |----------|---------|
> : : Table : :
> : : 2 cols : :
> | |----------| |
> | | | |
> | | Table | |
> | | 2 cols | |
> | | | |
> ------------------------------
> A problem occurs when to much data is entered into the first column.
> There is not enough data to cause the page to overflow. Removing the data
> from
> columns 2 and 3 results in the correct PDF generation. Reducing the column 1
> dataset down to approximately 10 rows resolves the problem. Any more and an
> endless loop results.
> The FO from the attached file (fop-82-example.xml) has been run through
> versions 0.14 to 0.18, each with the same result.
> Any help would be appreciated.
--
This message was sent by Atlassian Jira
(v8.20.10#820010)