Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
FW: [birt-dev]CheckIn: Fix Bugzilla Bug 131256 --- CellSpacing set in <table> tag works in web viewer but not in html.

Title: FW: [birt-dev]CheckIn: Fix Bugzilla Bug 131256 --- CellSpacing set in <table> tag works in web viewer but not in html.

Summary 
Table style "border-collapse: collapse; empty-cells: show;" should not be used in table tags writed in HTML/Dynamic Text.

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 131256 --- CellSpacing set in <table> tag works in web viewer but not in html.

Description:
Why:
The old code has add the table style in the head. This style will act on every tables in the html file.

Fix:
Moved the style to let it only act on the generated tables.
 
Test Description:
Unit Tast, Manu Test
 
Files Edited:
/org.eclipse.birt.report.engine.emitter.html/src/org/eclipse/birt/report/engine/emitter/html/HTMLReportEmitter.java#80 edit

/org.eclipse.birt.report.engine.emitter.html/test/org/eclipse/birt/report/engine/emitter/html/html_report_gold.txt#19 edit

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao





Back to the top