Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 423450

Summary: [Template][Tree] Expand items may not be cleared when using row templates
Product: [RT] RAP Reporter: Tim Buschtoens <tbuschto>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: cszasz, tbuschto
Version: 2.2   
Target Milestone: 2.3 M1   
Hardware: All   
OS: All   
Whiteboard:

Description Tim Buschtoens CLA 2013-12-06 11:20:03 EST
When using row templates on a Tree, the expand icons may sometimes be displayed in empty rows. To reproduce:

- Create a Tree with at least 3 levels, but only one item on the first level.
- Expand all items.
- Collapse all items.
Comment 1 Tim Buschtoens CLA 2014-01-23 04:12:55 EST
Fixed with commit 48d358dfafb94452ef5bcd8368ba07d6f503c128

Indention symbols are the only elements still rendered by the GridRow
itself and therefore have to be cleaned up by the GridRow also.