Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 120495 Define toc in text item but it didn't show when preview.

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 120495 Define toc in text item but it didn't show when preview.

Summary 

Bugzilla Bug (s) Resolved:
120495 Define toc in text item but it didn't show when preview.

Description:
Why:
        The engine disable the TOC builder for master pages and re-enable it for the page content. So the textExecutor used in the page header/footer is TOCBuilder disabled. When creating the page content, the ENGINE reuses the textExecutor, it gets the executor from the pool and get a TOCBuilder disabled one.

Fix:
        Re-enable the TOCBuilder for executor getting from the pool.

 
Test Description:
Manual Test
 
Files Edited:
cvs ci -m "enable the TOCBuilder for pooled executor." -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ReportItemExecutor.java"

Files Added:

Notes to Build Team:
 
Notes to Developers:

Notes to QA:
 
Quotes to Documentation:


-Wei Yan




Back to the top