Community
Participate
Working Groups
I think this bug exists in many editors : the listener on IObservableValue are never removed when the widget is disposed, so the system can try to do a refresh on a disposed widget -> org.eclipse.swt.SWTException. Currently, I added a test on StringLabel to do the refresh only if the widget is not disposed, but this new test mask the problem but doesn't resolve it.
Created attachment 195348 [details] Bug fix for oep.widgets.editors.StringLabel I, Camille Letavernier, wrote 100% of the code I've provided. This code contains no cryptography I have the right to contribute the code to Eclipse. I contribute the content under the EPL.
Fixed in 0.8