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 111755 - [A11Y] Accessibility issues in JavaServer Faces Configuration panel
Summary: [A11Y] Accessibility issues in JavaServer Faces Configuration panel
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: JSF (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Pavlo Tymoshenko
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-08-02 14:46 UTC by Jiri Skrivanek
Modified: 2007-08-10 14:56 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 Jiri Skrivanek 2007-08-02 14:46:42 UTC
Please, fix accessibility issues in JavaServer Faces Configuration panel of new project wizard (open new project wizard
for web project, go to Frameworks panel, select JavaServer Faces).

 Tested Window title : New Web Application|JavaServer Faces Configuration|Configuration
===============================================

 No Accessible description :
   Class: javax.swing.JCheckBox {  Validate XML |  }
   Class: javax.swing.JCheckBox {  Verify Objects |  }
   Class: javax.swing.JTabbedPane {  Configuration |  }
   Class: javax.swing.JTextField {  JSF Servlet Name: |  }
   Class: javax.swing.JTextField {  Servlet URL Mapping: |  }

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

 Tested Window title : New Web Application|JavaServer Faces Configuration|Libraries
===============================================
 No Accessible name :
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JComboBox {  |  }

 No Accessible description :
   Class: javax.swing.JButton {  Browse... |  }
   Class: javax.swing.JRadioButton {  Create New Library |  }
   Class: javax.swing.JRadioButton {  Do not append any library. |  }
   Class: javax.swing.JRadioButton {  Registered Libraries: |  }
   Class: javax.swing.JTabbedPane {  Libraries |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JComboBox {  |  }

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

 Components with no mnemonic :
   Class: javax.swing.JButton {  Browse... |  }
   Class: javax.swing.JRadioButton {  Create New Library |  }
   Class: javax.swing.JRadioButton {  Do not append any library. |  }
   Class: javax.swing.JRadioButton {  Registered Libraries: |  }
Comment 1 Pavlo Tymoshenko 2007-08-06 09:41:41 UTC
Checking in Bundle.properties;
/cvs/web/jsf/src/org/netbeans/modules/web/jsf/wizards/Bundle.properties,v  <--  Bundle.properties
new revision: 1.13; previous revision: 1.12
done
Checking in JSFConfigurationPanelVisual.form;
/cvs/web/jsf/src/org/netbeans/modules/web/jsf/wizards/JSFConfigurationPanelVisual.form,v  <--  JSFConfigurationPanelVisual.form
new revision: 1.9; previous revision: 1.8
done
Checking in JSFConfigurationPanelVisual.java;
/cvs/web/jsf/src/org/netbeans/modules/web/jsf/wizards/JSFConfigurationPanelVisual.java,v  <--  JSFConfigurationPanelVisual.java
new revision: 1.17; previous revision: 1.16
done
Comment 2 Jiri Skrivanek 2007-08-10 14:56:22 UTC
Verified.