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 38200 - a11y: Doesn't implement Accessible for the DefaultTreeCellEditor
Summary: a11y: Doesn't implement Accessible for the DefaultTreeCellEditor
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 3.x
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: A11Y
: 31566 (view as bug list)
Depends on:
Blocks:
 
Reported: 2003-12-18 06:48 UTC by bnv
Modified: 2008-12-23 10:51 UTC (History)
5 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-12-18 06:48:20 UTC
Product Version: Sun Studio 8 (Build 031209) --
Rainier build34.0
IDE Versioning:   IDE/1 spec=3.42.1 impl 031209
Operating System: SunOs version 5.8 running on sparc
Java: 1.4.1_05

    To reproduce the bug:

- in Explorer|Filesystems, select some file
- push the F2 key to make the name of the file
editable 

See results of Accessibility Tester:
===============================================
 Tested Window title : Explorer [Filesystems]
===============================================

Results of Accessibility test

 Doesn't implement Accessible :
   Class:
javax.swing.tree.DefaultTreeCellEditor$EditorContainer
{  } 
  
 No Accessible name :
   Class:
org.openide.explorer.view.TreeViewCellEditor$1 { 
|  } 

 No Accessible description :
   Class:
org.openide.explorer.view.TreeViewCellEditor$1 { 
|  } 

 Components with no LABEL_FOR pointing to it :
   Class:
org.openide.explorer.view.TreeViewCellEditor$1 { 
|  }
Comment 1 Marian Mirilovic 2003-12-18 09:15:08 UTC
We can't set an Accessible Name for 
javax.swing.tree.DefaultTreeCellEditor$EditorContainer

but we can do another A11Y issues reported by you, so reassigne to
owner of org.openide.explorer.view.TreeViewCellEditor
Comment 2 Jiri Rechtacek 2004-01-05 09:01:45 UTC
I'll investigate how to fix them.
Comment 3 Jiri Rechtacek 2004-02-09 16:06:07 UTC
Fixed all what's fixable on NB side.

User: jrechtacek
Date: 04/02/09 08:04:21

Modified:    src/org/openide/explorer/view Bundle.properties
                        TreeViewCellEditor.java
Log: bugfix #38200, added a accessible description and name
Comment 4 Jiri Rechtacek 2004-02-27 09:58:07 UTC
*** Issue 38893 has been marked as a duplicate of this issue. ***
Comment 5 Jiri Rechtacek 2004-05-26 13:11:16 UTC
*** Issue 31566 has been marked as a duplicate of this issue. ***
Comment 6 Marian Mirilovic 2005-07-13 13:27:02 UTC
closed