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 33035 - a11y problems in the "Save As" dialog
Summary: a11y problems in the "Save As" dialog
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: -S1S-
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: Richard Gregor
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-04-18 05:33 UTC by ccv
Modified: 2004-10-19 10:20 UTC (History)
6 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 05:33:30 UTC
To reproduce:
- Call "Versioning->Mount Version Control->Generic
VCS" from the main menu.
- Wait for the New Wizard - Generic VCS dialog
- Push ALT-S; dialog "Save  As" appears

1. Cancel button has mnemonic but it
shouldn't        according Java L&F
2. Default Save button has mnemonic but
it            shouldn't  according Java L&F
3. Escape does not close dialog
4. List has no mnemonic
5. The list has the default focus but it is
not       indicated visually.
6. Default Save button does not work if focus
is      in the "File Name" or "Profile
Label"textfields
7. If to click a mouse on the
"ClearCase_unix"        item then "ClearCase_unix"
is entered in the       field "File Name" and
"ClearCase (Unix)" in the    "Profile Label"
correspondenly. 
   Keyboard behaviour should be the same. But
if      to select this item via keyboard nothing
is        entered.  
8. If to press ALT-P, focus sets in the
"Profile      Name", it is correct, but also
"pvcsUnix" is       selected in the list. It is
unexpeted.

 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.
Comment 1 Martin Entlicher 2004-02-17 16:21:13 UTC
Scheduling for promotion D.
This dialog will most probably not be a part of promotion D.
Comment 2 Richard Gregor 2004-10-19 10:19:53 UTC
fixed.

Checking in Bundle.properties;
/cvs/vcsgeneric/src/org/netbeans/modules/vcs/advanced/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.97; previous revision: 1.96
done
Checking in ConfigSaveAsDialog.form;
/cvs/vcsgeneric/src/org/netbeans/modules/vcs/advanced/ConfigSaveAsDialog.form,v
 <--  ConfigSaveAsDialog.form
new revision: 1.6; previous revision: 1.5
done
Checking in ConfigSaveAsDialog.java;
/cvs/vcsgeneric/src/org/netbeans/modules/vcs/advanced/ConfigSaveAsDialog.java,v
 <--  ConfigSaveAsDialog.java
new revision: 1.16; previous revision: 1.15
done
Comment 3 Richard Gregor 2004-10-19 10:20:38 UTC
fixed.