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

Bug 276480

Summary: [CCombo] in Table Cell Editor - combo's list visualization problem
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
Proposed patch none

Description Asen Draganov CLA 2009-05-15 07:55:27 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. Select one of the cells in column "Last Name", and in table row, where in the last cell "Editable" is set to "yes" - combo box appear in the cell.
4. Click on the combo box to open its list of items. Select an item or just close the list with second click on the button, this is not essential.
5. Now choose a different table's cell, where you expect to have a combo box cell editor.
6. Click on the combo box to open its list of items and observe the visualization of the list - it appears for a part of the second of its old place (from step 4) and then it is correctly placed below the current combo box.


More information:
This blinking could not be seen each time. Sometimes it is on the top left corner of the browser window - coordinates (0, 0).
Comment 1 Asen Draganov CLA 2009-05-18 04:42:49 EDT
Created attachment 136163 [details]
Proposed patch

Handle visibility with "display" property, instead of "visibility" property.
Comment 2 Ralf Sternberg CLA 2009-05-19 06:35:38 EDT
Applied patch to CVS.