Bug 4300 - Newly-opened java editors don't have focus (1GLE4MW)
Summary: Newly-opened java editors don't have focus (1GLE4MW)
Status: RESOLVED FIXED
Alias: None
Product: JDT
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: All All
: P3 normal (vote)
Target Milestone: ---   Edit
Assignee: Kai-Uwe Maetzel CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2001-10-10 23:09 EDT by James Moody CLA
Modified: 2002-05-02 09:43 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 James Moody CLA 2001-10-10 23:09:24 EDT
Ctrl-Shift-T
	Select a type.
	Hit OK.
	The type is opened in the java editor, but the editor does not have focus unless I click on it.

	This has the undesired effect of leaving the Outline editor showing the contents of the
	previously selected editor until I select the new editor.

	I'm pretty sure it didn't used to work this way.

NOTES:
Comment 1 Kai-Uwe Maetzel CLA 2001-10-11 09:08:34 EDT
Fixed. Build > 203.
Comment 2 Andre Weinand CLA 2002-02-08 03:44:36 EST
20020205: Verified:
When "Show in Type Hierarchy" is selected, focus goes to outline in type 
hierarchy.
When "Show in Type Hierarchy" is not selected, focus goes to editor.
In both cases, the outline is updated.
Comment 3 James Moody CLA 2002-02-08 10:32:37 EST
But the bug is that I opened a java editor and focus does not go to it. Please 
correct me if I misunderstand. If I open a file I should be able to type in it 
without any further mouse clicks to give it focus. The outline view should not 
get focus.
Comment 4 Kai-Uwe Maetzel CLA 2002-05-02 09:43:32 EDT
If "Show in Hierarchy" is checked the Type Hierarchy Part view gets the focus. 
The reason for that is Fast View support. Assume you have the Type Hierarchy 
View docked as Fast View, it would show up briefly - when getting new input - 
and then disapprear because the editor has the focus. Fast View supports 
overrules "instant typing" in this case.