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 66007 - [A11Y] 'New Web Application > Frameworks' panel accessibility issues
Summary: [A11Y] 'New Web Application > Frameworks' 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
: 65680 (view as bug list)
Depends on:
Blocks:
 
Reported: 2005-10-05 16:59 UTC by Martin Schovanek
Modified: 2005-11-21 20:31 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 16:59:35 UTC
[#200505715, jdk1.4.2]

- Struts framework selected:
----------------------------

===============================================
 Tested Window title : New Web Application
===============================================

Results of Accessibility test

 No Accessible description :
   Class: javax.swing.JCheckBox {  Add Struts TLDs |  } 
   Class: javax.swing.JTextField {  Action Servlet Name: |  } 
   Class: javax.swing.JTextField {  Application Resource: |  } 

 Components with no mnemonic :
   Class: javax.swing.JLabel {  Frameworks |  Choose frameworks from the list. } 


- JSF framework selected:
-------------------------

===============================================
 Tested Window title : New Web Application
===============================================

Results of Accessibility test

 Components with no mnemonic :
   Class: javax.swing.JCheckBox {  Validate XML |  Select for XML validation } 
   Class: javax.swing.JCheckBox {  Verify Objects |  Select for the objects
verification } 
   Class: javax.swing.JLabel {  Frameworks |  Choose frameworks from the list. } 
   Class: javax.swing.JLabel {  JSF Servlet Name: |  } 
   Class: javax.swing.JLabel {  Servlet URL Mapping: |  }
Comment 1 Petr Pisl 2005-11-01 12:59:34 UTC
*** Issue 65680 has been marked as a duplicate of this issue. ***
Comment 2 Petr Pisl 2005-11-01 13:35:53 UTC
Fixed in the trunk:
Checking in
jsf/src/org/netbeans/modules/web/jsf/wizards/JSFConfigurationPanelVisual.form;
/cvs/web/jsf/src/org/netbeans/modules/web/jsf/wizards/JSFConfigurationPanelVisual.form,v
 <--  JSFConfigurationPanelVisual.form
new revision: 1.5; previous revision: 1.4
done
Checking in jsf/src/org/netbeans/modules/web/jsf/wizards/Bundle.properties;
/cvs/web/jsf/src/org/netbeans/modules/web/jsf/wizards/Bundle.properties,v  <-- 
Bundle.properties
new revision: 1.5; previous revision: 1.4
done
Checking in
jsf/src/org/netbeans/modules/web/jsf/wizards/JSFConfigurationPanelVisual.java;
/cvs/web/jsf/src/org/netbeans/modules/web/jsf/wizards/JSFConfigurationPanelVisual.java,v
 <--  JSFConfigurationPanelVisual.java
new revision: 1.7; previous revision: 1.6
done
Checking in
struts/src/org/netbeans/modules/web/struts/ui/StrutsConfigurationPanelVisual.form;
/cvs/web/struts/src/org/netbeans/modules/web/struts/ui/StrutsConfigurationPanelVisual.form,v
 <--  StrutsConfigurationPanelVisual.form
new revision: 1.4; previous revision: 1.3
done
Checking in
struts/src/org/netbeans/modules/web/struts/ui/StrutsConfigurationPanelVisual.java;
/cvs/web/struts/src/org/netbeans/modules/web/struts/ui/StrutsConfigurationPanelVisual.java,v
 <--  StrutsConfigurationPanelVisual.java
new revision: 1.6; previous revision: 1.5
done
Checking in struts/src/org/netbeans/modules/web/struts/ui/Bundle.properties;
/cvs/web/struts/src/org/netbeans/modules/web/struts/ui/Bundle.properties,v  <--
 Bundle.properties
new revision: 1.5; previous revision: 1.4
done
Comment 3 Martin Schovanek 2005-11-21 20:31:28 UTC
VERIFIED