Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev] CheckIn: FIx Bugzilla Bug 176676, 168767--[regression] table width property does not work in pdf

Title: CheckIn: FIx Bugzilla Bug 176676, 168767--[regression] table width property does not work in pdf

Summary 

Bugzilla Bug (s) Resolved:

Bugzilla Bug 176676--[regression] table width property does not work in pdf

Bugzilla Bug 168767(partial)--BIRT table layout issue

Description:

1.      fix the issue that table width does not work when table width is less than page width

2.      Use table width as the reference width of percentage value which is the same as HTML

3.      Add unit test for these case.

Test Description:

Manual Test& JUnit test

 Files Edited:

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

"/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/tableFixedLayout.xml"

"/org.eclipse.birt.report.engine.tests/test/org/eclipse/birt/report/engine/layout/pdf/PDFTableLMTest.java"

Notes to Build Team:

Notes to Developers:

Notes to QA:

Quotes to Documentation:


Back to the top