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 39018 - A11Y: Mounting Wizard
Summary: A11Y: Mounting Wizard
Status: RESOLVED FIXED
Alias: None
Product: obsolete
Classification: Unclassified
Component: vcsgeneric (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-01-20 17:23 UTC by David Kaspar
Modified: 2004-08-12 13:06 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 David Kaspar 2004-01-20 17:23:00 UTC
Here a11y report for CVS Profile panel of Mounting
Wizard:
 No Accessible name :
   Class: javax.swing.JRadioButton {  N/A |  N/A } 
   Class: javax.swing.JTextArea {  |  } 
 No Accessible description :
   Class: javax.swing.JTextArea {  |  } 
 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextArea {  |  } 
 Components with no mnemonic :
   Class: javax.swing.JButton {  Browse... | 
Choose a directory. } 
   Class: javax.swing.JButton {  Browse... | 
Choose a directory. } 
   Class: javax.swing.JButton {  Browse... | 
Choose a file. } 
   Class: javax.swing.JButton {  Select... | 
Choose the value in a custom selec
tor. } 
   Class: javax.swing.JLabel {  Password: |  } 
   Class: javax.swing.JRadioButton {  N/A |  N/A } 
   Class: javax.swing.JRadioButton {  N/A |  N/A } 
 Components with potential mnemonics conflict:
 - components with mnemonic 'M' :
   Class: javax.swing.JLabel {  Relative Mount
Point: |  Relative mount point. }
   Class: javax.swing.JLabel {  Relative Mount
Point: |  } 
   Class: javax.swing.JLabel {  Remote Shell: |  } 
 - components with mnemonic 'D' :
   Class: javax.swing.JLabel {  Working Directory:
|  Working directory. } 
   Class: javax.swing.JLabel {  Working Directory:
|  } 
 - components with mnemonic 'B' :
   Class: javax.swing.JButton {  < Back | 
Previous step: 1. Choose Template } 
   Class: javax.swing.JRadioButton {  N/A |  Use
the built-in CVS client, no ext
ernal CVS executable is necessary. } 

BTW: Do not use "N/A" as a11y name for components.

Here a11y report for PVCS Profile panel of
Mounting Wizard:
 Components with no mnemonic :
   Class: javax.swing.JButton {  Browse... | 
Choose a directory. } 
   Class: javax.swing.JButton {  Select... | 
Choose the value in a custom selector. } 
   Class: javax.swing.JButton {  Select... | 
Choose the value in a custom selector. } 
 Components with potential mnemonics conflict:
 - components with mnemonic 'D' :
   Class: javax.swing.JLabel {  Project Database:
|  } 
   Class: javax.swing.JLabel {  Working Directory:
|  Working directory. } 

Problem in "Save As" dialog when pressing "Save
As" button on Mounting Wizard panel:
 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  File List |  List
of file names. } 
BTW: There should not be ":" character in dialog
caption.

On PVCS Profile panel in Mounting Wizard, press
first "Select" button for invoking "Select Project
Database" dialog, here is list of problems:
 No Accessible description :
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JRadioButton {  Pick a
Database In Subfolder Of: |  } 
   Class: javax.swing.JRadioButton {  Select a
Database Used By PVCS GUI |  } 
 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  Database List | 
List of databases. } 
   Class: javax.swing.JTextField {  Database
Location Path Text Field |  Set path to locate
database. }
Comment 1 David Kaspar 2004-01-21 15:33:18 UTC
Additional issue:
In VCS FS Customizer switch to Advanced tab
In the middle of panel there is JLabel with your OS name after JLabel
with "Your Current Operating System Is:" text.
ERROR - JLabel with OS name should be read-only JTextField.
Comment 2 Jaromir Uhrik 2004-05-26 16:34:00 UTC
Increasing the priority - this is at least P3 issue(see a11y bug
priorities guidelines:
http://qa.netbeans.org/processes/a11y_bug_priority_guidelines.html ).
Comment 3 Richard Gregor 2004-08-12 13:06:58 UTC
This one seems to be already fixed as a result of recent A11Y
bugfixing effort.