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

Bug 198885

Summary: Incorrect KeyEvent handling in variables view
Product: [Eclipse Project] Platform Reporter: Martin Šuška <betlista+eclipse>
Component: DebugAssignee: Platform-Debug-Inbox <platform-debug-inbox>
Status: RESOLVED DUPLICATE QA Contact:
Severity: normal    
Priority: P3 CC: Michael_Rennie
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Martin Šuška CLA 2007-08-05 04:19:25 EDT
Build ID: M20060629-1905

Steps To Reproduce:
1. Create VariableViewTest class as follows:

public class VariablesViewTest extends JFrame {

	VariablesViewTest() {
		this.setDefaultCloseOperation(JFrame.EXIT_ON_CLOSE);
	}
	public static void main(String[] args) {
		new VariablesViewTest().setVisible(true);
	}

}


2. add breakpoint to constructor
3. start debug
4. in debug perspective click on this and expand it
5. type 'm' and 'i' letters on keyboard and notnig happends. In older eclipse version it jumped on minSize variable. 


More information:
This bug appeared in Eclipse 3.2, it was NOT in Eclipse 3.1 (I did't try version 3.1.1 and 3.1.2).
Comment 1 Michael Rennie CLA 2007-08-07 10:05:07 EDT

*** This bug has been marked as a duplicate of bug 137962 ***