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 bu...@apache.org on 2005/09/20 00:49:46 UTC

DO NOT REPLY [Bug 36720] New: - erroneous cell overlap code

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG�
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=36720>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND�
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=36720

           Summary: erroneous cell overlap code
           Product: Fop
           Version: 1.0dev
          Platform: Other
        OS/Version: other
            Status: NEW
          Severity: normal
          Priority: P2
         Component: fo tree
        AssignedTo: fop-dev@xmlgraphics.apache.org
        ReportedBy: bugzilla@mdaniel.scdi.com


Fop-HEAD worked on Friday, but when I refreshed this morning it would no longer
render my nested table.

I isolated the issue and created a fotree/testcase for it.

    [junit] org.apache.fop.apps.FOPException:
file:///usr/src/cvs/apache/fop/test/fotree/testcases/column-number_nested.fo:29:38:
cell overlaps in column 2
    [junit] javax.xml.transform.TransformerException:
org.apache.fop.apps.FOPException:
file:///usr/src/cvs/apache/fop/test/fotree/testcases/column-number_nested.fo:29:38:
cell overlaps in column 2
    [junit]     at
org.apache.xalan.transformer.TransformerIdentityImpl.transform(TransformerIdentityImpl.java:501)
    [junit]     at
org.apache.fop.fotreetest.FOTreeTester.runTest(FOTreeTester.java:65)
    [junit]     at
org.apache.fop.fotreetest.FOTreeTestSuite$FOTreeTestCase.testMain(FOTreeTestSuite.java:121)
    [junit]     at
org.apache.fop.fotreetest.FOTreeTestSuite$1.runTest(FOTreeTestSuite.java:100)
    [junit] Caused by: org.apache.fop.apps.FOPException:
file:///usr/src/cvs/apache/fop/test/fotree/testcases/column-number_nested.fo:29:38:
cell overlaps in column 2
    [junit]     at org.apache.fop.fo.flow.TableCell.bind(TableCell.java:139)
    [junit]     at org.apache.fop.fo.FObj.processNode(FObj.java:121)
    [junit]     at
org.apache.fop.fo.FOTreeBuilder.startElement(FOTreeBuilder.java:271)

-- 
Configure bugmail: http://issues.apache.org/bugzilla/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.