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 - a11y: No accessible name for the 'Error Expression' dialog
Summary: a11y: No accessible name for the 'Error Expression' dialog
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Property Editors (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: _ tboudreau
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-07-29 06:38 UTC by bnv
Modified: 2008-12-23 10:54 UTC (History)
4 users (show)

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 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