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 61094 - Add method window accessibility issues
Summary: Add method window accessibility issues
Status: RESOLVED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords: A11Y
: 66423 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-07-18 23:49 UTC by Peter Zavadsky
Modified: 2007-09-26 09:14 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 Zavadsky 2005-07-18 23:49:58 UTC
Edited original message:

Steps to reproduce:
- open Project
- choose java source Node - Methods
- open context menu and choose Add Method

Window with title "Add New Method" appeared

A11y issues:
1. No mnemonic for 'Access' label
2.
 No Accessible name :
   Class: javax.swing.JTabbedPane {  |  } 
 No Accessible description :
   Class: javax.swing.JTabbedPane {  |  } 
 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTabbedPane {  |  } 
 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain
mnemonic):
   Class: javax.swing.JCheckBox {  abstract |  N/A } 
   Class: javax.swing.JCheckBox {  final |  N/A } 
   Class: javax.swing.JCheckBox {  native |  N/A } 
   Class: javax.swing.JCheckBox {  static |  N/A } 
   Class: javax.swing.JCheckBox {  synchronized |  N/A } 
 Components with potential mnemonics conflict:
 - components with mnemonic '?' :
   Class: javax.swing.JCheckBox {  abstract |  N/A } 
   Class: javax.swing.JCheckBox {  final |  N/A } 
   Class: javax.swing.JCheckBox {  native |  N/A } 
   Class: javax.swing.JCheckBox {  static |  N/A } 
   Class: javax.swing.JCheckBox {  synchronized |  N/A } 
 - components with mnemonic 'O' :
   Class: javax.swing.JLabel {  Objects: |  } 
   Class: javax.swing.JLabel {  Objects: |  } 

nickolai.fedorov@sun.com 2005-07-14 11:13:28 GMT
Comment 1 Jan Becicka 2005-08-31 08:18:30 UTC
Checking in org/netbeans/modules/java/ui/nodes/editors/Bundle.properties;
/cvs/java/src/org/netbeans/modules/java/ui/nodes/editors/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.5; previous revision: 1.4
done
Checking in org/netbeans/modules/java/ui/nodes/editors/ModifierEditor.java;
/cvs/java/src/org/netbeans/modules/java/ui/nodes/editors/ModifierEditor.java,v 
<--  ModifierEditor.java
new revision: 1.5; previous revision: 1.4
done
Checking in org/netbeans/modules/java/ui/nodes/editors/ModifierPanel.form;
/cvs/java/src/org/netbeans/modules/java/ui/nodes/editors/ModifierPanel.form,v 
<--  ModifierPanel.form
new revision: 1.2; previous revision: 1.1
done
Checking in org/netbeans/modules/java/ui/nodes/editors/ModifierPanel.java;
/cvs/java/src/org/netbeans/modules/java/ui/nodes/editors/ModifierPanel.java,v 
<--  ModifierPanel.java
new revision: 1.5; previous revision: 1.4
done
Checking in org/netbeans/modules/java/ui/nodes/elements/Bundle.properties;
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.13; previous revision: 1.12
done
Checking in org/netbeans/modules/java/ui/nodes/elements/MethodCustomizer.form;
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/MethodCustomizer.form,v
 <--  MethodCustomizer.form
new revision: 1.6; previous revision: 1.5
done
Checking in org/netbeans/modules/java/ui/nodes/elements/MethodCustomizer.java;
/cvs/java/src/org/netbeans/modules/java/ui/nodes/elements/MethodCustomizer.java,v
 <--  MethodCustomizer.java
new revision: 1.15; previous revision: 1.14
done
Comment 2 Pavel Flaska 2005-10-11 09:36:47 UTC
*** Issue 66423 has been marked as a duplicate of this issue. ***