Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] Fix Bug 179427, 169324, 178519--Problems in multi-rows header

Title: Fix Bug 179427, 169324, 178519--Problems in multi-rows header

Summary 

Resolve bugs related with table border and cell drop.

Bugzilla Bug (s) Resolved:

Fix Bugzilla Bug 178519--Problems in multi-rows header

Fix Bugzilla Bug 179427--Drop to detail on group header doesn't work properly in PDF.

Fix Bugzilla Bug 169324--A problem of the borders on table detail row in PDF [0300]

Description:

Resolve bugs related with table border and cell drop.

Enhance the algorithm of table border conflict resolving, take account of some complex cases such as drop cells span multi-pages, repeated header rows

Enhance the algorithm of table layout.

Test Description:

Manual test

 Files Edited:

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/TableAreaLayout.java"

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableGroupLM.java"

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFBlockStackingLM.java"

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableLM.java"

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFRowLM.java"

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/cache/ClonedCellContent.java"

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFTableRegionLM.java"

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/BorderConflictResolver.java"

"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFCellLM.java"

Notes to Build Team:

Notes to Developers:

Notes to QA:

Quotes to Documentation:


Back to the top