Combo Box issues with Eclipse Luna
----------------------------------
Key: TEIIDDES-2375
URL:
https://issues.jboss.org/browse/TEIIDDES-2375
Project: Teiid Designer
Issue Type: Bug
Components: Eclipse Integration
Affects Versions: 9.0
Reporter: Barry LaFond
Assignee: Barry LaFond
Fix For: 9.0, 8.6.1
Combo box drop-downs show incomplete and overlapping lists.
The attached JDBC importer's Connection Profile drop-down should show 20 items, but
show multiple item text in same item spots.
WidgetUtil.setComboItems() seems to be adding the proper String items to the combo
widget.
I did check other UI components, in luna and most seem to use Combo.setItems() rather
than add them 1 at a time.