Hi, When using the Nebula TableCombo, we recognized that a selection listener added to the TableComboViewer always receives a selection event for the first row of the table whenever the drop down box gets opened (e.g. the user clicks on the arrow button next to the combo box) .
Is this an intended behavior or a bug? It is reproducible by simply running one of the examples of the official sample snippets in https://www.eclipse.org/nebula/snippets.php#TableCombo and setting a breakpoint into the "selectionChanged()" method of the SelectionListener. This behavior of the TableCombo produces undesired side effects when the table viewer is bound to an external model that reacts to selections in the table (as it is in our RCP application) as one gets selection change events although the user did not select anything. To participate in the discussion, go here: https://www.eclipse.org/forums/index.php?t=rview&frm_id=64
_______________________________________________ nebula-dev mailing list [email protected] To change your delivery options, retrieve your password, or unsubscribe from this list, visit https://dev.eclipse.org/mailman/listinfo/nebula-dev
