Bug 31443 - Ant view will not set its focus when selecting the window
Summary: Ant view will not set its focus when selecting the window
Status: VERIFIED FIXED
Alias: None
Product: Platform
Classification: Eclipse Project
Component: Ant (show other bugs)
Version: 2.1   Edit
Hardware: PC Windows 2000
: P3 normal (vote)
Target Milestone: 2.1 RC2   Edit
Assignee: Darin Wright CLA
QA Contact:
URL:
Whiteboard:
Keywords: accessibility
Depends on:
Blocks:
 
Reported: 2003-02-10 05:50 EST by Lucas Persson CLA
Modified: 2003-02-28 16:39 EST (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 Lucas Persson CLA 2003-02-10 05:50:25 EST
Version:  Eclipse 2.1 M4 and M5

I am using the Ant view.
If I first edits a file with the editor and then
switch to the Ant view with ctrl-F7 the Ant view window seems
to get focus. The color of the window's title bar at least indicates that.
But the focus for input is still in the editor.
For instance pressing the down key does not select the next task in the build 
file. 
Clicking on the title bar on the Ant view will not set the focus on the Ant 
view window either. But if a click on a task then I can use tab and arrow keys 
to move around in the window.

I want to use eclipse without using the mouse, but this bug prevents me from
doing that.
Comment 1 Darin Swanson CLA 2003-02-10 09:19:06 EST
Needs investigation.
Comment 2 Jared Burns CLA 2003-02-10 11:01:14 EST
Filed Bug 31461 against Platform UI. It looks like selecting views with the
keyboard is totally busted?
Comment 3 Darin Wright CLA 2003-02-25 10:33:49 EST
We need to override #setFocus properly in the AntView.
Comment 4 Darin Swanson CLA 2003-02-27 21:25:15 EST
Fixed in AntView.
Please verify (DarinW)
Comment 5 Darin Wright CLA 2003-02-28 16:39:17 EST
Verified.