[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[news.eclipse.platform] Re: ComboBoxCellEditor - Bug when not read-only

AdamC wrote:
I have a ComboBoxCellEditor in a propertysheet. I am trying to use it in non-READONLY mode so that my users can also type an entry that isn't in the list. There is a really weird behavior so that when the value is typed and enter is pushed, the previous value returns. When the view is manually refreshed (by selecting another object and then clicking back) the new value appears. Has anyone else experienced this?

thanks,
adam

IBaseLabelProvider.isLabelProperty(String) needs to return true for this column.