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 66167 - [A11Y] New Session Bean wizard
Summary: [A11Y] New Session Bean wizard
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Martin Adamek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-10-06 20:20 UTC by Jan Horvath
Modified: 2007-07-24 22:54 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 Jan Horvath 2005-10-06 20:20:58 UTC
No Accessible description :
   Class: javax.swing.JCheckBox {  Local |  } 
   Class: javax.swing.JCheckBox {  Remote |  } 
   Class: javax.swing.JRadioButton {  Stateful |  } 
   Class: javax.swing.JRadioButton {  Stateless |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 Components with no mnemonic :
   Class: javax.swing.JCheckBox {  Local |  } 
   Class: javax.swing.JCheckBox {  Remote |  } 
   Class: javax.swing.JRadioButton {  Stateful |  } 
   Class: javax.swing.JRadioButton {  Stateless |  } 


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

 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  < Back |  Previous step: 1. Choose File Type } 
   Class: javax.swing.JButton {  Cancel |  n/a } 
   Class: javax.swing.JButton {  Finish |  n/a } 
   Class: javax.swing.JButton {  Help |  Help button } 
   Class: javax.swing.JCheckBox {  Local |  } 
   Class: javax.swing.JCheckBox {  Remote |  } 
   Class: javax.swing.JComboBox {  Location: |  N/A } 
   Class: javax.swing.JRadioButton {  Stateful |  } 
   Class: javax.swing.JRadioButton {  Stateless |  } 
   Class: javax.swing.JTextField {  EJB Name: |  N/A } 
   Class: javax.swing.JTextField {  Project: |  N/A } 
   Class: javax.swing.plaf.basic.BasicComboBoxEditor$BorderlessTextField {  |  }
Comment 1 Pavel Buzek 2005-11-15 02:56:54 UTC
simple fix in 5.0
Comment 2 Martin Adamek 2005-11-15 15:56:07 UTC
Fixed.
/cvs/j2ee/ejbcore/src/org/netbeans/modules/j2ee/ejbcore/ejb/wizard/session/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.3; previous revision: 1.2
/cvs/j2ee/ejbcore/src/org/netbeans/modules/j2ee/ejbcore/ejb/wizard/session/SessionEJBWizardPanel.form,v
 <--  SessionEJBWizardPanel.form
new revision: 1.3; previous revision: 1.2
/cvs/j2ee/ejbcore/src/org/netbeans/modules/j2ee/ejbcore/ejb/wizard/session/SessionEJBWizardPanel.java,v
 <--  SessionEJBWizardPanel.java
new revision: 1.3; previous revision: 1.2
Comment 3 Jan Horvath 2006-06-19 08:20:09 UTC
v