Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 318943 - [Compatibility] SWTException when canceling out of QuickAccess
Summary: [Compatibility] SWTException when canceling out of QuickAccess
Status: RESOLVED FIXED
Alias: None
Product: e4
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 1.0   Edit
Hardware: PC Windows 7
: P3 normal (vote)
Target Milestone: 1.0 RC2   Edit
Assignee: Remy Suen CLA
QA Contact: Remy Suen CLA
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-07-05 17:27 EDT by Remy Suen CLA
Modified: 2010-07-05 19:55 EDT (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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.