Community
Participate
Working Groups
The factory method ClientObjectFactory#getForWidget throws an exception in case of an already disposed widget. But when rendering dispose operations, LCAs need to call this method for disposed widgets.
Actually, the exception is thrown in Display#getThread(), but only when the display itself has been disposed.
Fixed by adding an isValidThread() method to IDisplayAdapter.