Community
Participate
Working Groups
Steps to reproduce: 1. Start Workbench Demo 2. Right click on the "Demo" perspective button 3. Choose Reset from the popup menu 4. Confirm with OK on the dialog 5. JavaScript error appears: Error: Error: Operation "destroy" on target "w74" of type "org.eclipse.swt.widgets.CoolItem" failed: TypeError: value is null Properties:
Fixed by adding a check for null in CoolItem#_applyParent. JS test added.