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 66039 - [A11Y] 'New Struts Action > Form Bean' panel accessibility issues
Summary: [A11Y] 'New Struts Action > Form Bean' panel 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 19:04 UTC by Martin Schovanek
Modified: 2005-11-21 20:41 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 19:04:47 UTC
[#200505715, jdk1.4.2]

===============================================
 Tested Window title : New Struts Action
===============================================

Results of Accessibility test

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

 No Accessible description :
   Class: javax.swing.JButton {  Browse... |  } 
   Class: javax.swing.JCheckBox {  Use FormBean |  } 
   Class: javax.swing.JCheckBox {  Validate Form Bean |  } 
   Class: javax.swing.JComboBox {  Form Name: |  } 
   Class: javax.swing.JRadioButton {  Input Action: |  } 
   Class: javax.swing.JRadioButton {  Input Resource: |  } 
   Class: javax.swing.JRadioButton {  Request |  } 
   Class: javax.swing.JRadioButton {  Session |  } 
   Class: javax.swing.JTextField {  Attribute: |  } 
   Class: javax.swing.JTextField {  Parameter: |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  New Struts Action |  }
Comment 1 Petr Pisl 2005-11-01 12:28:35 UTC
Fixed in the trunk
Checking in Bundle.properties;
/cvs/web/struts/src/org/netbeans/modules/web/struts/wizards/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.6; previous revision: 1.5
done
Checking in ActionPanel1Visual.form;
/cvs/web/struts/src/org/netbeans/modules/web/struts/wizards/ActionPanel1Visual.form,v
 <--  ActionPanel1Visual.form
new revision: 1.5; previous revision: 1.4
done
Checking in ActionPanel1Visual.java;
/cvs/web/struts/src/org/netbeans/modules/web/struts/wizards/ActionPanel1Visual.java,v
 <--  ActionPanel1Visual.java
new revision: 1.5; previous revision: 1.4
done
Comment 2 Martin Schovanek 2005-11-21 20:41:03 UTC
VERIFIED