Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 318943

Summary: [Compatibility] SWTException when canceling out of QuickAccess
Product: [Eclipse Project] e4 Reporter: Remy Suen <remy.suen>
Component: UIAssignee: Remy Suen <remy.suen>
Status: RESOLVED FIXED QA Contact: Remy Suen <remy.suen>
Severity: normal    
Priority: P3    
Version: 1.0   
Target Milestone: 1.0 RC2   
Hardware: PC   
OS: Windows 7   
Whiteboard:

Description Remy Suen CLA 2010-07-05 17:27:16 EDT
1. Ctrl+3
2. Type something.
3. Hit the down arrow so the focus goes to the popup.
4. Hit 'ESC'.
5. Hit the backspace button so you modify the text field.
6. An SWTException is thrown.

org.eclipse.swt.SWTException: Widget is disposed
	at org.eclipse.swt.SWT.error(SWT.java:4083)
	at org.eclipse.swt.SWT.error(SWT.java:3998)
	at org.eclipse.swt.SWT.error(SWT.java:3969)
	at org.eclipse.swt.widgets.Widget.error(Widget.java:468)
	at org.eclipse.swt.widgets.Widget.checkWidget(Widget.java:340)
	at org.eclipse.swt.widgets.Scrollable.getClientArea(Scrollable.java:168)
	at org.eclipse.ui.internal.quickaccess.QuickAccessContents.computeNumberOfItems(QuickAccessContents.java:92)
	at org.eclipse.ui.internal.quickaccess.QuickAccessContents.refresh(QuickAccessContents.java:102)
	at org.eclipse.ui.internal.quickaccess.QuickAccessContents.access$1(QuickAccessContents.java:101)
	at org.eclipse.ui.internal.quickaccess.QuickAccessContents$2.modifyText(QuickAccessContents.java:372)
	at org.eclipse.swt.widgets.TypedListener.handleEvent(TypedListener.java:173)
Comment 1 Remy Suen CLA 2010-07-05 19:55:49 EDT
Fixed in CVS HEAD.