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 - [A11Y] 'struts-config.xml > Add FI Action' dialog accessibility issues
Summary: [A11Y] 'struts-config.xml > Add FI Action' 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:33 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: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