Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 115750 Set vertical alignment to bottom in the grid row, preview in pdf, can not take effort.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 115750 Set vertical alignment to bottom in the grid row, preview in pdf, can not take effort.

Summary 

Bugzilla Bug (s) Resolved:
115750 Set vertical alignment to bottom in the grid row, preview in pdf, can not take effort.
Description:
CSS define that the vertical align can only be used in CELL and INLINE element and it is not inheritable. BIRT defines that the vertical align can can be used in any element and inheritable. Implement as BIRT.

 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "implement vertical-align as BIRT specification." -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/css/engine/value/css/VerticalAlignManager.java"

"/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top