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 56270 - A11Y: sun-application.xml visual editor
Summary: A11Y: sun-application.xml visual editor
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Rajeshwar Patil
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-03-11 13:36 UTC by L Martinek
Modified: 2006-05-30 11:19 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 L Martinek 2005-03-11 13:36:27 UTC
Report for sun-application.xml visual editor when EAR node is selected:

===============================================
 Tested Window title : null
===============================================

Results of Accessibility test


 No Accessible name :
   Class: javax.swing.JTable {  |  }
   Class: org.netbeans.modules.j2ee.deployment.config.ui.ConfigBeanPanelView {|  }


 No Accessible description :
   Class: javax.swing.JTable {  |  }
   Class: org.netbeans.modules.j2ee.deployment.config.ui.ConfigBeanPanelView {|  }


 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTable {  |  }
   Class: javax.swing.JTextArea {  Error Messages |  Messages indicating invalid
fields are displayed here. }


 Components with no mnemonic :
   Class: javax.swing.JLabel {  Realm |  Realm }
   Class: javax.swing.JLabel {  Realm |  Realm }


 Components not reachable with tab traversal :
   Class: javax.swing.JComboBox {  Realm |  Realm }
   Class: javax.swing.JTextField {  Realm |  Realm }



Report for sun-application.xml visual editor when Web Module node is selected:

===============================================
 Tested Window title : null
===============================================

Results of Accessibility test


 No Accessible name :
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: org.netbeans.modules.j2ee.deployment.config.ui.ConfigBeanPanelView {|  }


 No Accessible description :
   Class: javax.swing.JButton {  Reset to Default |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: org.netbeans.modules.j2ee.deployment.config.ui.ConfigBeanPanelView {|  }


 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextArea {  Error Messages |  Messages indicating invalid
 fields are displayed here. }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }


 Components with no mnemonic :
   Class: javax.swing.JButton {  Reset to Default |  }


 Components not reachable with tab traversal :
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }



Report for sun-application.xml visual editor when EJB Module node is selected:

===============================================
 Tested Window title : null
===============================================

Results of Accessibility test


 No Accessible name :
   Class: javax.swing.JTextField {  |  }
   Class: org.netbeans.modules.j2ee.deployment.config.ui.ConfigBeanPanelView {|  }


 No Accessible description :
   Class: javax.swing.JTextField {  |  }
   Class: org.netbeans.modules.j2ee.deployment.config.ui.ConfigBeanPanelView {|  }


 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextArea {  Error Messages |  Messages indicating invalid
fields are displayed here. }
   Class: javax.swing.JTextField {  |  }



 Components not reachable with tab traversal :
   Class: javax.swing.JTextField {  |  }
Comment 1 Rajeshwar Patil 2005-03-17 03:50:05 UTC
Files Modified:
libsrc/org/netbeans/modules/j2ee/sun/share/configBean/customizers/other/AppRootCustomizer.java
new revision: 1.3; previous revision: 1.2
 
libsrc/org/netbeans/modules/j2ee/sun/share/configBean/customizers/other/Bundle.properties
new revision: 1.5; previous revision: 1.4
 
libsrc/org/netbeans/modules/j2ee/sun/share/configBean/customizers/other/ModuleRefCustomizer.java
new revision: 1.4; previous revision: 1.3
 
libsrc/org/netbeans/modules/j2ee/sun/share/configBean/customizers/other/WebAppRefCustomizer.java
new revision: 1.5; previous revision: 1.4

I am not closing this bug; please retest and udate if anything else needed to be
fixed. Some of the things which cant be fixed or may not be needed to fix are --

1) Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextArea {  Error Messages |  Messages indicating invalid
   fields are displayed here. }

    No Label in the UI that can be set LABEL_FOR  for this Component.


2) Components not reachable with tab traversal :
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }

   Web URI  and Moduel URI text fields are disabled & read-only and cant be   
   reached by tab traversal.

Comment 2 Rajeshwar Patil 2005-03-21 22:08:09 UTC
Marking this bug as fixed. 
Verify & feel free to re-open if needed.