Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug ---116835 [Regression]Some column lost when preview a dataset in pdf

Title: [birt-dev]CheckIn: Fix Bugzilla Bug ---116835 [Regression]Some column lost when preview a dataset in pdf

Description:
 
Why:
  The Column-Number of FO is start from 1 instead of 0. If we start from 0, the second column is dropped.

Fix:
Increase the column-number by 1 to follow the FO standard.


Regression: Yes/No
No
 
Code Owner:
Shanghai Engine Team
 
Code Reviewers:
Shanghai Engine Team
 
Tests:
Unit test
 
Test Automated:  Yes/No (if “No”, then explain why)
Yes
Branches Involved:
Eclipse CVS
 
 
Defect Entries Resolved:
None
 
Case Entries Resolved:
None
 
Notes to Developers:
None
 
Notes to QA:
None
 
Notes to Documentation:
None
 
Notes to Configuration Management:
None
 
Notes to Support:
None
 
Notes to Product Marketing:
None

"/org.eclipse.birt.report.engine.emitter.fo/src/org/eclipse/birt/report/engine/emitter/fop/FOPReportEmitter.java" "/org.eclipse.birt.report.engine.emitter.fo/src/org/eclipse/birt/report/engine/emitter/fo/FOReportEmitter.java"

-Wei Yan



Back to the top