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

Bug 276473

Summary: [CCombo] in Table Cell Editor - after double click on a table cell, combo's drop-won list is still visible while the combo is already invisible
Product: [RT] RAP Reporter: Asen Draganov <asen>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3    
Version: 1.2   
Target Milestone: 1.2 RC1   
Hardware: All   
OS: All   
Whiteboard:
Attachments:
Description Flags
Added Event Listener for "changeVisibility" event of the combo.
none
Proposed patch none

Description Asen Draganov CLA 2009-05-15 07:12:11 EDT
Build ID: M20090211-1700

Steps To Reproduce:
1. Start RAP Controls Demo and go to tab TableViewer
2. Click on the button "Create Cell Editor"
3. Double click quickly on one of the cells in column "Last Name", and table row, where in the last cell "Editable" is set to "yes"
4. The unexpected result is: cell's typical content is visible, combo is not visible. However, combo's drop-down list is still opened and you could chose an item from it.

More information:
Comment 1 Asen Draganov CLA 2009-05-15 08:14:51 EDT
Created attachment 135968 [details]
Added Event Listener for "changeVisibility" event of the combo.
Comment 2 Asen Draganov CLA 2009-05-15 09:07:22 EDT
Created attachment 135975 [details]
Proposed patch

Added Event Listener for "changeVisibility" event of the combo.
Comment 3 Ralf Sternberg CLA 2009-05-19 06:32:18 EDT
Applied patch to CVS