Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 116648 List data in the footer of the table mixes in a mess when run attached file.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 116648 List data in the footer of the table mixes in a mess when run attached file.

Summary 

Bugzilla Bug (s) Resolved:

Description:
Why:
        For absolute positioned element, it use position:relative to set the position. It requires all it's parent be relatived.

Fix:
        As we don't support the absoluted positioned element, remove the position:relative from all container.

 
Test Description:
Unit Test
 
Files Edited:
"/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