Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 157609 --- ClassCastException when preview report with text item and onPageBreak event handler

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 157609 --- ClassCastException when preview report with text item and onPageBreak event handler

- Summary:
Call script executor according the design type.

- Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 157609 --- ClassCastException when preview report with text item and onPageBreak event handler

- Description:
ILableContent can be create in two executors, lableItem or textItem. So when calling onPageBreak, we should choose the script executor according the design type.


- Tests Description  :
Manual Test


- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  
 
- Notes to Documentation:  

- Files Edited:
"/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/OnPageBreakLayoutPageHandle.java"

- Files Added:

- Files Deleted


-Wei Zhao(Shanghai)



Back to the top