Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug --- 187449 [Automation][Smoke][Regression] dynamic text and chart cannot be rendered properly

Title: [birt-dev]CheckIn: Fix Bugzilla Bug --- 187449 [Automation][Smoke][Regression] dynamic text and chart cannot be rendered properly

- Summary:

- Bugzilla Bug (s) Resolved:

187449 [Automation][Smoke][Regression] dynamic text and chart cannot be rendered properly

- Description:

  There are two issues here:
        1. the exended item's parent is not set, so the parent is NULL, the result is it doesn't save into the report document.

        2. we forget to load the dynamic text executor from the document, the result is the dynamic text can't be displayed in web-viewer.

- Tests Description  :

        Manul Test.

- Notes to Build Team:

        check into 2.2 rc0.

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "187449: fix bugs in dynamic text and extended item" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/ContainerExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/ExtendedItemExecutor.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/internal/document/v4/ExecutorManager.java" "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/ExtendedItemExecutor.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top