Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 130702 --- <sub> and <sup> doesn't work when preview in html

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 130702 --- <sub> and <sup> doesn't work when preview in html

- Summary:
Fix Bugzilla Bug  130702 --- <sub> and <sup> doesn't work when preview in html


- Bugzilla Bug (s) Resolved:
Bug 130702


- Description:
We output "* vertical-align: baseline" in the html output stream

so, <sub> and <sup> doesnot work
Delete "* vertical-align: baseline", and update the startCell() in ReportHTMLEmitter

- Tests Description  :
Manual Test


- Notes to Build Team:


- Notes to Developers:


- Notes to QA:  
 

- Notes to Documentation:  

- Files Edited:
/org.eclipse.birt.report.emitter.html/HTMLReportEmitter.java#114 edit

/org.eclipse.birt.report.engine.css.engine.value.css/VerticalAlignManager.java#6 edit
/org.eclipse.birt.report.engine.emitter.html/AttributeBuilder.java#25 edit

- Files Added:


- Files Deleted

- Wei Wang




Back to the top