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 35177

Summary: a11y: No accessible name for the 'Error Expression' dialog
Product: platform Reporter: bnv <bnv>
Component: Property EditorsAssignee: _ tboudreau <tboudreau>
Status: VERIFIED FIXED    
Severity: blocker CC: bnv, ccv, mbudris, vgorr
Priority: P3 Keywords: A11Y
Version: 3.x   
Hardware: Sun   
OS: SunOS   
Issue Type: DEFECT Exception Reporter:

Description bnv 2003-07-29 06:38:43 UTC
Product Version       = Sun ONE Studio, Native
Edition (Build 030722)-- build 14                  
IDE Versioning        = IDE/1 spec=3.42.1 impl=030722
Operating System      = SunOS version 5.8 
Java; VM; Vendor = 1.4.1_02; Java HotSpot(TM)
Client VM 1.4.1_02-b06; Sun Microsystems Inc.

1.Tools->Options->Building->Make Settings
2.Select 'Error Expression' property editor
3.Wait for the 'Error Expression' dialog

See results of Accessibility Tester:
===============================================
 Tested Window title : Error Expression
===============================================

Results of Accessibility test

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


 No Accessible description :
   Class: javax.swing.JList {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  }
Comment 1 _ tboudreau 2003-09-09 03:54:42 UTC
Fixed - all custom property editors will now get their accessible
name and description from the property they edit.
Comment 2 Marian Mirilovic 2004-03-01 07:18:59 UTC
verified