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

Bug 281639

Summary: [Tree] Unnecessary collapse event is fired on tree item without children
Product: [RT] RAP Reporter: Ivan Furnadjiev <ivan>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.2   
Target Milestone: 1.3 M7   
Hardware: All   
OS: All   
Whiteboard:

Description Ivan Furnadjiev CLA 2009-06-26 06:00:54 EDT
Steps to reproduce:
1. Open the Controls Demo -> Tree Tab
2. Select "Node_4"
3. Press ENTER key once.
4. Press ENTER key again - collapse event is fired. Label is changed to "Collapsed: Node_4".
In SWT there are no expand/collapse events on tree item without children.
Comment 1 Ivan Furnadjiev CLA 2009-07-13 09:26:41 EDT
This bug was fixed by fixing bug 279972.
Comment 2 Ivan Furnadjiev CLA 2010-04-29 05:18:05 EDT
Bug still exits: press right, then left on the keyboard
Comment 3 Ivan Furnadjiev CLA 2010-04-30 07:20:14 EDT
The issue with left/right key is fixed. Only tree item with content fires collapse event.