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 66028 - [A11Y] 'struts-config.xml > Add Exception' dialog accessibility issues
Summary: [A11Y] 'struts-config.xml > Add Exception' dialog accessibility issues
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Struts (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Pisl
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-10-05 18:30 UTC by Martin Schovanek
Modified: 2005-11-21 20:37 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 Martin Schovanek 2005-10-05 18:30:43 UTC
[#200505715, jdk1.4.2]

===============================================
 Tested Window title : Add Exception
===============================================

Results of Accessibility test

 No Accessible name :
   Class: javax.swing.JTextField {  |  } 


 No Accessible description :
   Class: javax.swing.JButton {  Add |  } 
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JComboBox {  Resource Bundle: |  } 
   Class: javax.swing.JRadioButton {  Action: |  } 
   Class: javax.swing.JRadioButton {  Action: |  } 
   Class: javax.swing.JRadioButton {  Global |  } 
   Class: javax.swing.JRadioButton {  Request |  } 
   Class: javax.swing.JRadioButton {  Resource File: |  } 
   Class: javax.swing.JRadioButton {  Session |  } 
   Class: javax.swing.JTextField {  Exception Type: |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Add Exception |  } 

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


 Components with no mnemonic :
   Class: javax.swing.JLabel {  Call: |  } 
   Class: javax.swing.JLabel {  Location: |  } 
   Class: javax.swing.JLabel {  Scope: |  }
Comment 1 Petr Pisl 2005-10-11 15:34:11 UTC
Fixed in the trunk:
/cvs/web/struts/src/org/netbeans/modules/web/struts/dialogs/AddExceptionDialogPanel.java,v
 <--  AddExceptionDialogPanel.java
new revision: 1.4; previous revision: 1.3
done
Checking in Bundle.properties;
/cvs/web/struts/src/org/netbeans/modules/web/struts/dialogs/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.8; previous revision: 1.7
done
Checking in AddExceptionDialogPanel.form;
/cvs/web/struts/src/org/netbeans/modules/web/struts/dialogs/AddExceptionDialogPanel.form,v
 <--  AddExceptionDialogPanel.form
new revision: 1.3; previous revision: 1.2
done
Comment 2 Martin Schovanek 2005-11-21 20:37:48 UTC
VERIFIED