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 33046 - CC: No initial focus in the dialog "Find Checked Out Recursively"
Summary: CC: No initial focus in the dialog "Find Checked Out Recursively"
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcscore (show other bugs)
Version: -S1S-
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-04-18 11:21 UTC by ccv
Modified: 2004-02-17 16:23 UTC (History)
5 users (show)

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 ccv 2003-04-18 11:21:24 UTC
To repro: 
1.Bring up the context menu on the clearcase node.
2.Select 'ClearCase/Find Checked Out Recursively'
from context menu
3.Wait for the 'Find Checked Out Recursively' 
dialog 

issue 1. The initial focus in not set. User have
to press Tab or Shift-Tab to set focus in a
element.
It would be better to set initial focus on the
default button in this information dialog.

issue 2. ALT-S does not work.
  It is possible to move focus in the read-only
"Status " textfield via Tab and Ctrl-Tab key, but
result of pressing ALT-S is beeping only.
   
   The same issues are for ClearCase/Find All
Checkout in View and ClearCase/History Text
dialogs.

Product Version    = Sun ONE Studio 5,
Standard Edition (Build 030415)
IDE Versioning    = IDE/1 spec=3.24.1
impl=030415
Operating System  = SunOS version 5.8
running on sparc
Java; VM; Vendor  = 1.4.0_02; Java
HotSpot(TM) Client VM 1.4.0_02-b02; Sun
Microsystems Inc.
Comment 1 Martin Entlicher 2003-04-18 17:38:46 UTC
These are problems in the generic output window in vcscore module.
Comment 2 Martin Entlicher 2003-07-25 13:55:58 UTC
This is quite strange. The menomic for Status is set correctly and the
first time the window is opened, ALT-S works. But as soon as the focus
is changed, ALT-S stops working. It seems to be consumed by someone
else.
Comment 3 Martin Entlicher 2003-07-25 17:41:01 UTC
In projects build, mnemonics for "Status' is changed to "t". ALT-S is
magically consumed by something, but ALT-T works:

/cvs/vcscore/src/org/netbeans/modules/vcscore/commands/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.22.30.1; previous revision: 1.22

Is the first issue important? How is the user affected that the
initial focus is not set? Everything is accessible by mnemonics.
Setting the initial focus on the default button does not make much
sense to me. Enter can be used to close the dialog.
Comment 4 Michele Budris 2003-07-25 18:16:13 UTC
Per the Java Look & Feel Design Guidelines: "When opening a dialog
box, provide initial keyboard focus to the component that you expect
users to operate first. This focus is especially important for users
who must use a keyboard to navigate your application."
Please see http://webwork.sfbay/products/jlf/ed2/book/index.html
Chapter 8, Dialog Box Design for more information.

From an accessibility standpoint, a person using an assistive 
technology such as a screen reader would then be able to enter the 
text instead of having to press tab to figure out where they are.

Comment 5 Martin Entlicher 2004-02-17 16:23:23 UTC
This is already fixed in trunk.
The focus is on the first component that represents a command option.