This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 44487 - Options dialog initial focus needs to be put in the tree
Summary: Options dialog initial focus needs to be put in the tree
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Dialogs&Wizards (show other bugs)
Version: 4.x
Hardware: PC Linux
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: A11Y, REGRESSION
Depends on:
Blocks:
 
Reported: 2004-06-07 22:53 UTC by Jesse Glick
Modified: 2008-12-22 16:57 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Jesse Glick 2004-06-07 22:53:32 UTC
040606, but for a while now. The initial focus for
the Options dialog should be placed in the tree.
Currently you have to press Tab once to be able to
use arrow keys.
Comment 1 Jesse Glick 2004-06-07 22:53:57 UTC
It used to work; got broken at some point a few months ago maybe?
Comment 2 David Simonek 2004-06-17 17:22:45 UTC
Passing to dialogs subcomponent.
Comment 3 Jesse Glick 2004-08-26 01:58:47 UTC
Now seems even worse: need two Tab presses.
Comment 4 Jesse Glick 2004-08-26 02:09:37 UTC
Specifically it is first on "Close" (which IMHO should not even be
focusable since it is the default button), then "Help".
Comment 5 Jesse Glick 2004-10-08 00:04:00 UTC
I have a patch for it.
Comment 6 Jesse Glick 2004-10-08 17:42:59 UTC
committed     Up-To-Date  1.3        
core/src/org/netbeans/core/actions/InitPanel.java
Comment 7 Jaromir Uhrik 2005-07-14 16:18:01 UTC
Verified.