[
Date Prev][
Date Next][
Thread Prev][
Thread Next][
Date Index][
Thread Index]
[
List Home]
[birt-dev] Fix Bugzilla Bug 166453, 164074--Height property of label has no effect in PDF [0300]
|
Title: Fix Bugzilla Bug 166453, 164074--Height property of label has no effect in PDF [0300]
Summary
Bugzilla Bug (s) Resolved:
164074 Height property of label has no effect in PDF [0300]
166453 1in height of label and table header row take different effects in layout preview[0300]
Description:
Why:
PDF does not support label height property
The effect of label property is not correct in HTML; the height is set to 100%
Change:
Support label height property in PDF emitter and html emitter.
1. Default value of canShrink is false.
2. If set canShrink to true, height of label should be ignored. PDF doesn’t support canShrink property yet
3. Fix a bug about verticalAlign in html. If user doesn’t specify the vertical align, ‘vertical-align: null’ is showed in html output in original version which cause different visual effects in IE and firefox.
Test Description:
Manual Test
Files Edited:
"/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/layout/pdf/PDFBlockStackingLM.java""
Notes to Build Team:
Notes to Developers:
Notes to QA:
Quotes to Documentation: