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 35165 - a11y: No accessible name for the TreeTableTextField
Summary: a11y: No accessible name for the TreeTableTextField
Status: VERIFIED INVALID
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-28 12:20 UTC by bnv
Modified: 2008-12-23 10:53 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-28 12:20:41 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->Editing|Indentation
Engines|Fortran Indentation Engines
2.Click the left mouse button to make the name of
the node editable

See results of Accessibility Tester:

===============================================
 Tested Window title : Options
===============================================

Results of Accessibility test

 No Accessible name :
   Class:
org.openide.explorer.view.TreeTable$TreeTableTextField
{  |  } 


 No Accessible description :
   Class:
org.openide.explorer.view.TreeTable$TreeTableTextField
{  |  } 


 Components with no LABEL_FOR pointing to it :
   Class:
org.openide.explorer.view.TreeTable$TreeTableTextField
{  |  }
Comment 1 _ tboudreau 2003-08-11 16:28:29 UTC
The rename functionality is available in an accessible way from
the Rename item on the context menu, which will pop up a rename
dialog with correct accessibility characteristics.  The inline 
rename functionality is a convenience for mouse users (who 
presumably can see the screen, and so do not need an accessible
description).
Comment 2 Marian Mirilovic 2004-03-01 07:18:06 UTC
verified