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 110404 - [A11Y] Project properties - Application - not accessible
Summary: [A11Y] Project properties - Application - not accessible
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-20 12:57 UTC by Jiri Prox
Modified: 2007-08-03 12:51 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 Prox 2007-07-20 12:57:11 UTC
Product Version: NetBeans IDE Dev (Build 070720) 
Java: 1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02 
System: Linux version 2.6.5-1.358 running on i386; UTF-8; en_US (nb) 
Userdir: /home/jp159440/.netbeans/dev

Application tab in project properties is not fully accessible. There are missing accessible names and description.
Labels are not pointing to components.

===============================================
 Tested Window title : Project Properties - JavaApplication60
===============================================
 
Results of Accessibility test
 
 
 Doesn't implement Accessible :
   - none.
 
 No Accessible name :
   Class: javax.swing.JTextArea {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
 
 
 No Accessible description :
   Class: javax.swing.JButton {  Browse ... |  }
   Class: javax.swing.JTextArea {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
 
 
 Label with LABEL_FOR not set :
   - none.
 
 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextArea {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: javax.swing.JTextField {  |  }
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Properties Category |  N/A }
 
 
 Components with no mnemonic :
   Class: javax.swing.JButton {  Browse ... |  }
 
 
 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.
 
 Components not reachable with tab traversal :
   - none.
Comment 1 Milan Kubec 2007-07-26 09:15:28 UTC
Fixed.

Checking in CustomizerApplication.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerApplication.java,v  <-- 
CustomizerApplication.java
new revision: 1.2; previous revision: 1.1
done
Checking in CustomizerApplication.form;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/CustomizerApplication.form,v  <-- 
CustomizerApplication.form
new revision: 1.2; previous revision: 1.1
done
Checking in Bundle.properties;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties,v  <--  Bundle.properties
new revision: 1.89; previous revision: 1.88
done
Comment 2 Jiri Prox 2007-08-03 12:51:17 UTC
v.