Bug 3174 - Open-on-selection doesn't work on MouseAdapter (1GF69TH)
Summary: Open-on-selection doesn't work on MouseAdapter (1GF69TH)
Status: RESOLVED WORKSFORME
Alias: None
Product: JDT
Classification: Eclipse Project
Component: Core (show other bugs)
Version: 2.0   Edit
Hardware: All Windows 2000
: P2 normal (vote)
Target Milestone: 2.0 M1   Edit
Assignee: Philipe Mulet CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 22:50 EDT by Nick Edgar CLA
Modified: 2002-01-11 09:04 EST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Nick Edgar CLA 2001-10-10 22:50:44 EDT
I was entering the following code:

import org.eclipse.swt.SWT;
import org.eclipse.swt.events.*;
import org.eclipse.swt.widgets.*;

public class GameBoard {
	public void createControl(Composite parent) {
		Canvas canvas = new Canvas(parent, SWT.NONE);
		canvas.addMouseListener(new MouseAdapter() {
		});
	}
}

JW (6/11/01 4:11:27 PM) Dup of 1GDQD37: ITPJUI:WIN2000 - Open on selection failure

I tried to do F3 with MouseAdapter selected.
It beeped at me.  Worked OK on other types in the method.
Code-assist worked OK in helping me enter MouseAdapter, so it can resolve it.
Worked OK on MouseListener, which is in the same package.

SWT is in a prerequisite project in source form.

NOTES:

PM (6/12/2001 10:09:19 AM)
	Should defer
Comment 1 Philipe Mulet CLA 2001-10-16 07:29:21 EDT
Cannot reproduce anymore in 204. Works fine now.
Closing
Comment 2 DJ Houghton CLA 2001-10-23 23:50:34 EDT
PRODUCT VERSION:
122 JDK