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

Bug 365858

Summary: [Table] Table with only fixed columns does not show any items
Product: [RT] RAP Reporter: RĂ¼diger Herrmann <ruediger.herrmann>
Component: RWTAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: tbuschto
Version: unspecified   
Target Milestone: 1.5 M6   
Hardware: All   
OS: All   
Whiteboard:

Description RĂ¼diger Herrmann CLA 2011-12-07 04:59:58 EST
A table that consists only of fixed columns does not show any table items.

E.g. 
Table table = new Table( parent, SWT.NONE );
new TableColumn( table, SWT.NONE );
new TableColumn( table, SWT.NONE );
table.setData( "fixedColumns", 2 );
Comment 1 Tim Buschtoens CLA 2012-03-14 07:57:16 EDT
Fixed TreeRowContainerWrapper in CVS HEAD.

What looks a bit strange is when there are only fixed columns and there is not enought space to show them, in which case a horizontal scrollbar appears and can be used, but has no effect.