Bug 14070 - [Outline] Toolbar items on views get focus way too easily
Summary: [Outline] Toolbar items on views get focus way too easily
Status: RESOLVED WONTFIX
Alias: None
Product: Platform
Classification: Eclipse Project
Component: UI (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux-Motif
: P4 enhancement (vote)
Target Milestone: ---   Edit
Assignee: Platform-UI-Inbox CLA
QA Contact:
URL:
Whiteboard:
Keywords: usability
Depends on: 14448
Blocks:
  Show dependency tree
 
Reported: 2002-04-17 22:14 EDT by James Moody CLA
Modified: 2006-06-22 08:34 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description James Moody CLA 2002-04-17 22:14:53 EDT
M5
On Linux/Motif, the local toolbar items of views seem to get keyboard focus way
too much. Open a packages view and an outline view and a Java editor. Now close
the editor by clicking on the "X". Either the packages view or the outline view
will get focus (good) *and* its local toolbar gets focus (bad). This has burned
me a number of times as I then hit 'enter' or try to arrow around, thinking I'm
navigating the packages tree or outline items. (I use the keyboard a lot).
Comment 1 Nick Edgar CLA 2002-04-18 10:55:13 EDT
This is a problem for accessibility if the focus is not predictable.
Have you seen this when closing a view via the menus (Alt+-), or just when 
using the mouse?

Comment 2 James Moody CLA 2002-04-18 11:13:41 EDT
The only times that I can positively say that I've seen it is when closing an *editor* (not a view) with the mouse. If I see it in other cases I'll update this bug report.
Comment 3 Tod Creasey CLA 2002-04-22 14:57:37 EDT
Cannot replicate in 20020411. The Outline View gets focus on my machine when I 
close the last editor (if there are other editors they get focus) and it has no 
tool bar.
Comment 4 Tod Creasey CLA 2002-04-23 09:54:33 EDT
This is an issue with initial focus on the Toolbar of a View.

To replicate this you have to have the follwing

1) Open a Packages View in the top left.
2) Open an Outline View in the bottom left
3) Open a Java Editor
4) Close the Java Editor. Focus is given to another view - in this case the 
Outline View. As it has no contents the only widget that can get focus is the 
close button.

This issue happens only with empty views with no contents - I think the Outline 
View is the only one.
Comment 5 Seth Nickell CLA 2002-08-09 21:06:05 EDT
It would seem to make sense to drop focus on the primary feature/control offered
by a view. While this is not always crystal clear, for most views I think
there's a logical default. So for example, in the package view, focus would
default to the tree.
Comment 6 Tod Creasey CLA 2006-06-22 08:34:13 EDT
There are currently no plans to work on this feature