CalendarCombo - in an editor part - bug found [message #702786] |
Tue, 26 July 2011 15:58  |
Eclipse User |
|
|
|
Hi,
I'm trying to show my group the functionality of the CalendarCombo widget and just how it has the features we want for our internal users (since it's in an alpha state, it's a tough sell...so I'm hoping that I can get some quick help here), and found the following issue:
When including a CalendarCombo in an Editor Part...destroy the editor (yes, dispose() is called) then just bringing up the list of perspectives, a break point shows that it's handling the SWT.Deactivate event. Somehow this never got disposed? I even added a specific call to the field I created dispose() method...still calling the same listener. (getDisplay() - from the first line of the listener is the problem).
I don't believe this listener is getting disposed at any time. At least not from what I can tell. I think it belongs in the mComboControl's dispose listener. And of course we need to define a variable for the listener so it can be disposed of properly.
Can someone confirm this? Or let me know where it really does belong?
Thanks,
Sharon
|
|
|
|
|
|
Re: CalendarCombo - in an editor part - bug found [message #721370 is a reply to message #703553] |
Thu, 01 September 2011 11:20  |
Eclipse User |
|
|
|
Who do I contact about putting the patch in the bug I submitted into the code base and submitting a new build?
If this simple bug is not fixed, it is truly a showstopper for me. I dispose of the editor window it's used in, and then because the widget doesn't exist anymore, the notification list throws an exception and it messes up my whole application.
Please - who do I contact about getting this patch committed?
Thanks.
Sharon
|
|
|
Powered by
FUDForum. Page generated in 0.05195 seconds