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 109650 - A11Y: cvs options
Summary: A11Y: cvs options
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: CVS (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-13 15:01 UTC by Peter Pis
Modified: 2007-07-31 09:52 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 Peter Pis 2007-07-13 15:01:14 UTC
===============================================
 Tested Window title : Add Variable
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JList {  Status Label Format Variables: |  }


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.

===============================================
 Tested Window title : Options
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   Class: javax.swing.JList {  |  }
   Class: javax.swing.JTabbedPane {  |  }


 No Accessible description :
   Class: javax.swing.JButton {  Add Variable... |  }
   Class: javax.swing.JButton {  Advanced Options |  }
   Class: javax.swing.JButton {  OK |  }
   Class: javax.swing.JCheckBox {  Apply "Exclude From Commit" On New Files Automatically |  }
   Class: javax.swing.JCheckBox {  Wrap Commit Messages To (characters): |  }
   Class: javax.swing.JList {  |  }
   Class: javax.swing.JTabbedPane {  |  }
   Class: javax.swing.JTextField {  Status Label Format: |  }
   Class: org.netbeans.core.windows.services.NbDialog {  Options |  }
   Class: org.netbeans.modules.options.OptionsPanel$CategoryButton {  Editor |  }
   Class: org.netbeans.modules.options.OptionsPanel$CategoryButton {  Fonts & Colors |  }
   Class: org.netbeans.modules.options.OptionsPanel$CategoryButton {  General |  }
   Class: org.netbeans.modules.options.OptionsPanel$CategoryButton {  Java Code |  }
   Class: org.netbeans.modules.options.OptionsPanel$CategoryButton {  Keymap |  }
   Class: org.netbeans.modules.options.OptionsPanel$CategoryButton {  Miscellaneous |  }


 Label with LABEL_FOR not set :
   Class: org.netbeans.modules.options.OptionsPanel$CategoryButton {  Editor |  }
   Class: org.netbeans.modules.options.OptionsPanel$CategoryButton {  Fonts & Colors |  }
   Class: org.netbeans.modules.options.OptionsPanel$CategoryButton {  General |  }
   Class: org.netbeans.modules.options.OptionsPanel$CategoryButton {  Java Code |  }
   Class: org.netbeans.modules.options.OptionsPanel$CategoryButton {  Keymap |  }
   Class: org.netbeans.modules.options.OptionsPanel$CategoryButton {  Miscellaneous |  }


 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  |  }
   Class: javax.swing.JTabbedPane {  |  }


 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.

 Components with potential mnemonics conflict:
 - components with mnemonic 'A' :
   Class: javax.swing.JButton {  Advanced Options |  }
   Class: javax.swing.JCheckBox {  Apply "Exclude From Commit" On New Files Automatically |  }


 Components not reachable with tab traversal :
   - none.
Comment 1 Maros Sandor 2007-07-25 12:45:36 UTC
I doubt we can fix these, reassigning to core/options:

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTabbedPane {  Versioning |  }
 Components with no mnemonic :
   Class: javax.swing.JButton {  OK |  OK }

/shared/data/ccvs/repository/versioncontrol/util/src/org/netbeans/modules/versioning/util/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.7; previous revision: 1.6
/shared/data/ccvs/repository/versioncontrol/util/src/org/netbeans/modules/versioning/util/VcsAdvancedOptionsPanel.form,v
 <--  VcsAdvancedOptionsPanel.form
new revision: 1.2; previous revision: 1.1
/shared/data/ccvs/repository/versioncontrol/util/src/org/netbeans/modules/versioning/util/VcsAdvancedOptionsPanel.java,v
 <--  VcsAdvancedOptionsPanel.java
new revision: 1.2; previous revision: 1.1
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/options/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.4; previous revision: 1.3
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/options/CvsOptionsPanel.form,v
 <--  CvsOptionsPanel.form
new revision: 1.5; previous revision: 1.4
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/options/CvsOptionsPanel.java,v
 <--  CvsOptionsPanel.java
new revision: 1.6; previous revision: 1.5
Comment 2 Maros Sandor 2007-07-25 12:49:21 UTC
should be fixed
Comment 3 Peter Pis 2007-07-26 08:20:05 UTC
Reopen...

 No Accessible description :
   Class: javax.swing.JTabbedPane {  |  }
   Class: javax.swing.JTextField {  Status Label Format: |  }
Comment 4 Maros Sandor 2007-07-26 10:42:15 UTC
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/options/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.5; previous revision: 1.4
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/options/CvsOptionsPanel.form,v
 <--  CvsOptionsPanel.form
new revision: 1.6; previous revision: 1.5
/shared/data/ccvs/repository/javacvs/cvsmodule/src/org/netbeans/modules/versioning/system/cvss/options/CvsOptionsPanel.java,v
 <--  CvsOptionsPanel.java
new revision: 1.7; previous revision: 1.6
Comment 5 Peter Pis 2007-07-31 09:52:13 UTC
Verified. NetBeans IDE Dev (Build 200707310000)