Bug 198885 - Incorrect KeyEvent handling in variables view
Summary: Incorrect KeyEvent handling in variables view
Status: RESOLVED DUPLICATE of bug 137962
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Debug (show other bugs)
Version: 3.2   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Platform-Debug-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-08-05 04:19 EDT by Martin Šuška CLA
Modified: 2007-08-07 10:05 EDT (History)
1 user (show)

See Also:


Attachments

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