Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 120450 In a grouped report that uses a table element to align columns, the column alignment in the report's preview changes after a page break.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 120450 In a grouped report that uses a table element to align columns, the column alignment in the report's preview changes after a page break.

Summary 

Bugzilla Bug (s) Resolved:
120450 In a grouped report that uses a table element to align columns, the column alignment in the report's preview changes after a page break.

Description:
The page-break of HTML can only appied to block elements, such as top-level element, and rows of the top-level table.

The HTML paginate doesn't support the page-break for the rows which contain drop-cells. Disable the page-break in such cases.

 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "disable the page-break for rows contain drop-cells" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/DefaultPaginationEmitter.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/HTMLPaginationEmitter.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top