Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bugs: 117291, 117626 :Background properties in Master Page aren't supported in BIRT PDF emitter.

Title: [birt-dev]CheckIn: Fix Bugzilla Bugs: 117291,117626 :Background properties in Master Page aren't supported in BIRT PDF emitter.

Description:
 Fix Bugzilla Bugs:
117291:Background properties in Master Page aren't supported in BIRT PDF emitter.
117626 :Missing border when preview in pdf
why:
PDF Emitter gets style declaration instead of computed content style from page content, so the return value is string instead of CSSValue.

fix:
Engine will return computed content style in getComputedStyle()

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.pdf/src/org/eclipse/birt/report/engine/emitter/pdf/PDFEmitter.java" "/org.eclipse.birt.report.engine.pdf/src/org/eclipse/birt/report/engine/layout/area/impl/ContainerArea.java" "/org.eclipse.birt.report.engine.pdf/src/org/eclipse/birt/report/engine/layout/area/impl/PageArea.java" "/org.eclipse.birt.report.engine.pdf/src/org/eclipse/birt/report/engine/layout/impl/StackingLayoutManager.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