Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[birt-dev]CheckIn: Fix Bugzilla Bug ---147631 [regression]Table/grid data lost when set header visibility property

Title: [birt-dev]CheckIn: Fix Bugzilla Bug ---147631 [regression]Table/grid data lost when set header visibility property

- Summary:

- Bugzilla Bug (s) Resolved:
147631 [regression]Table/grid data lost when set header visibility property


- Description:

When the first row is hidden, the table layout is not intialized, so the following cell will cause the NullPointException. That cause the report incomplete.


- Tests Description  :
Manul Test


- Notes to Build Team:

- Notes to Developers:

- Notes to QA:  

 
- Notes to Documentation:  

- Files Edited:
cvs ci -m "handle the hidden first row" -l "/org.eclipse.birt.report.engine/src/org/eclipse/birt/report/engine/executor/buffermgr/TableContentLayout.java"


- Files Added:

- Files Deleted


-Wei Yan



Back to the top