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 33185 - a11y: Tree`s nodes are not selected and focused by default.
Summary: a11y: Tree`s nodes are not selected and focused by default.
Status: VERIFIED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: All Solaris
: P4 blocker (vote)
Assignee: Martin Entlicher
URL:
Keywords: A11Y, SIMPLEFIX, UI
Depends on:
Blocks:
 
Reported: 2003-04-23 15:54 UTC by Jiri Kovalsky
Modified: 2006-03-24 07:42 UTC (History)
1 user (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 Jiri Kovalsky 2003-04-23 15:54:28 UTC
Environment:
============
Product Version       = Sun ONE Studio 5, Standard Edition (Build 030414)
IDE Versioning        = IDE/1 spec=3.42.1 impl=030414
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.

Steps to reproduce:
===================
1. Call "Versioning|Mount Version Control|Generic VCS" from the main menu.
2. Wait for the "New Wizard - Generic VCS" dialog.
3. Select the ClearCase profile.
4. Press the "Next >" button.
5. Wait for the 'Advanced' window of the "New Wizard - Generic VCS" dialog.
6. Press the "Edit Variables ..." ("Edit Commands ...") button.
7. Wait for the 'Variable Editor' ('Command Editor') dialog.

Expected result:
Focus is in the dialog's tree. The root node of the tree is selected and it is
focused by default. In other case it is difficult to find out that the focus is
actually in the tree.

Actual result:
The tree has the default focus but it is not indicated visually.A comment.
Comment 1 Martin Entlicher 2005-03-24 16:45:04 UTC
This is already fixed for dialogs that open from Tools - Options.
Dialogs opened from "Advanced" pane on the Customizer do have a text on top,
which likely get the initial focus. One "TAB" is therefore necessary to transfer
the focus to the tree.
Comment 2 Martin Entlicher 2005-03-25 14:06:44 UTC
Fixed in trunk:

/cvs/vcsgeneric/src/org/netbeans/modules/vcs/advanced/UserCommandsPanel.java,v 
<--  UserCommandsPanel.java
new revision: 1.43; previous revision: 1.42

/cvs/vcsgeneric/src/org/netbeans/modules/vcs/advanced/UserVariablesPanel.java,v
 <--  UserVariablesPanel.java
new revision: 1.35; previous revision: 1.34
Comment 3 Jiri Kovalsky 2006-03-24 07:42:41 UTC
Verified in FCS build #200505031930 of NetBeans 4.1.