Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix a bug about page content style in engine

Title: [birt-dev]CheckIn: Fix a bug about page content style in engine

Description:
1.Fix a bug about page content style in engine.
getContentStyle in page content will return computed style which is not correct for html emitter.
add getContentComputedStyle to meet the request of getting computed style,  and return content style in getContentStyle method.

2. close obsolete bugs: 10277, 118985
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
 
Files Changed:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/impl/PageContent.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/content/IPageContent.java"

"/org.eclipse.birt.report.engine.pdf/src/org/eclipse/birt/report/engine/layout/area/impl/PageArea.java"

Files Shared:
None
 
Files Added:
None
 
Files Deleted:
None
 
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


Back to the top