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 66029

Summary: [A11Y] 'struts-config.xml > Add FI Action' dialog accessibility issues
Product: javaee Reporter: Martin Schovanek <mschovanek>
Component: StrutsAssignee: Petr Pisl <ppisl>
Status: VERIFIED FIXED    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 5.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Martin Schovanek 2005-10-05 18:33:14 UTC
[#200505715, jdk1.4.2]

===============================================
 Tested Window title : Add Forward/Include Action
===============================================

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.JRadioButton {  Action: |  } 
   Class: javax.swing.JRadioButton {  Forward Action |  } 
   Class: javax.swing.JRadioButton {  Include Action |  } 
   Class: javax.swing.JRadioButton {  Resource File: |  } 
   Class: javax.swing.JTextField {  Action Path: |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Add Forward/Include
Action |  } 

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


 Components with no mnemonic :
   Class: javax.swing.JLabel {  Action Type: |  }
Comment 1 Petr Pisl 2005-10-11 16:49:02 UTC
Fixed in the trunk:
Checking in AddFIActionPanel.java;
/cvs/web/struts/src/org/netbeans/modules/web/struts/dialogs/AddFIActionPanel.java,v
 <--  AddFIActionPanel.java
new revision: 1.5; previous revision: 1.4
done
Checking in Bundle.properties;
/cvs/web/struts/src/org/netbeans/modules/web/struts/dialogs/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.9; previous revision: 1.8
done
Checking in AddFIActionPanel.form;
/cvs/web/struts/src/org/netbeans/modules/web/struts/dialogs/AddFIActionPanel.form,v
 <--  AddFIActionPanel.form
new revision: 1.3; previous revision: 1.2
done
Comment 2 Martin Schovanek 2005-11-21 20:37:59 UTC
VERIFIED