|
ComboBoxCellEditor behaves erratic. -
02-09-2010, 05:41 AM
Hi,
I have a TableViewer with editingSupport. One of the columns has a comboboxcellEditor.
Sometimes when I click on the comboboxcellEditor, drop down doesn't appear. I need to re-click again to make the drop down appear.
I read in a forum that says the comboboxcellEditor works as follows:
1st click: set focus
2nd click: open dropdown
But sometimes the dropdown if focused does not open dropdown .
- Is this the comboboxcellEditor functionality?
- Is there a way to combine the focus and open drop-down events together?
Thanks,
Anupama.
|