Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug 161007 --- Drop detail will be error when delete the group footer and table footer in Web View

Title: [birt-dev]CheckIn: Fix Bugzilla Bug 161007 --- Drop detail will be error when delete the group footer and table footer in Web View

- Summary:
In endTable, call flush() before call the emitter.endTable() to confirm the content of the current table be emittered out.


- Bugzilla Bug (s) Resolved:
Fix Bugzilla Bug 161007 --- Drop detail will be error when delete the group footer and table footer in Web View

- Description:
If the group footer and table footer has been deleted, the content in the last group which having drop will not call flush in the current layout. So we must call flush before the table be emittered.


- 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/layout/html/HTMLTableLayoutNestEmitter.java"

- Files Added:

- Files Deleted


-Wei Zhao( Shanghai )



Back to the top