Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 123708 A new Date() appears in a generated report between a Text element and a Table element

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 123708 A new Date() appears in a generated report between a Text element and a Table element

Summary 

Bugzilla Bug (s) Resolved:
123708 A new Date() appears in a generated report between a Text element and a Table element

Description:
While do the HTML pagination, the page is not closed correctly, that casued the ENGINE to output wong-format HTML. In such a case, the page footer is display twice in the first page.

Fixed.
 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "fix bug 123708 close the page correctly" -l
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/PageRegion.java" "/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/Page.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top