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 88199 - A11Y - Missing Accessible Name & Description in Library Manager Window
Summary: A11Y - Missing Accessible Name & Description in Library Manager Window
Status: RESOLVED INVALID
Alias: None
Product: projects
Classification: Unclassified
Component: Libraries (show other bugs)
Version: 5.x
Hardware: All All
: P2 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-10-30 07:40 UTC by Ch Nguyen
Modified: 2006-10-31 14:19 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 Ch Nguyen 2006-10-30 07:40:47 UTC
Using NB 5.5 RC2
a11y report run on Tools->Library Manager on XP platform with jdk1.6


No Accessible name :
   Class:
org.netbeans.modules.project.libraries.ui.LibrariesCustomizer$LibrariesView {  |  }
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  } 


 No Accessible description :
   Class:
org.netbeans.modules.project.libraries.ui.LibrariesCustomizer$LibrariesView {  |  } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  }
Comment 1 Jesse Glick 2006-10-30 12:49:13 UTC
Reporter - please note the existence of the A11Y, I18N, etc. keywords.
Comment 2 Jaromir Uhrik 2006-10-30 16:24:55 UTC
Components that are inner (in this case $ExplorerTree and $LibrariesView) are
not supposed to have a11y-name and a11y-description. The outer component is
responsible for these attributes. It is typical that components like JTree
placed in JScrollPane delegate a11y attributes to JScrollPane.