Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 128149 --- TOC work incorrectly in Web viewer

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 128149 --- TOC work incorrectly in Web viewer

Summary 
Modify the startContent() function of ReportDocumentEmitter.java to avoid the the bookmark re-put.

Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 128149 --- TOC work incorrectly in Web viewer

Description:
Why:
According the old code, the bookmark's page number of toc was be set again while the toc being set in the table and the table content can't be displayed in one page.

Fix:
Modify the startContent() function of ReportDocumentEmitter.java to let  the bookmark's page number can only be set once.

 
Test Description:
Manu Test
 
Files Edited:
/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/presentation/ReportDocumentEmitter.java#9 edit

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Zhao




Back to the top