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 66031 - [A11Y] 'struts-config.xml > Add Form Bean' dialog accessibility issues
Summary: [A11Y] 'struts-config.xml > Add Form Bean' 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:35 UTC by Martin Schovanek
Modified: 2005-11-21 20:38 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:35:51 UTC
[#200505715, jdk1.4.2]
===============================================
 Tested Window title : Add Form Bean
===============================================

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 {  Dynamic: |  } 
   Class: javax.swing.JRadioButton {  Form Bean Class: |  } 
   Class: javax.swing.JTextField {  Form Name: |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Add Form Bean |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  |  }
Comment 1 Petr Pisl 2005-10-11 17:11:51 UTC
Fixed in the trunk:
Checking in Bundle.properties;
/cvs/web/struts/src/org/netbeans/modules/web/struts/dialogs/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.10; previous revision: 1.9
done
Checking in AddFormBeanPanel.java;
/cvs/web/struts/src/org/netbeans/modules/web/struts/dialogs/AddFormBeanPanel.java,v
 <--  AddFormBeanPanel.java
new revision: 1.4; previous revision: 1.3
done
Checking in AddFormBeanPanel.form;
/cvs/web/struts/src/org/netbeans/modules/web/struts/dialogs/AddFormBeanPanel.form,v
 <--  AddFormBeanPanel.form
new revision: 1.4; previous revision: 1.3
done
Comment 2 Martin Schovanek 2005-11-21 20:38:14 UTC
VERIFIED