[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
|
[news.eclipse.platform] Re: ComboBoxCellEditor - Bug when not read-only
|
- From: AdamC <acabler@xxxxxxxxxxx>
- Date: Thu, 30 Nov 2006 12:32:54 -0800
- Newsgroups: eclipse.platform
- Organization: EclipseCorner
- User-agent: Thunderbird 3.0a1 (Windows/20061127)
I think it might be related to this bug:
https://bugs.eclipse.org/bugs/show_bug.cgi?id=67069
AdamC wrote:
Thanks, but this didn't seem to help - in fact, its never called on my
label provider for the property. Also, the part about the label
re-appearing was a result of me trying to force the value in, so not
part of the bug.
Matthew Hall wrote:
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.