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 54439 - A11Y Problems in Java Library Manager
Summary: A11Y Problems in Java Library Manager
Status: CLOSED WONTFIX
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-02-03 09:01 UTC by Milan Kubec
Modified: 2006-03-24 13:15 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 Milan Kubec 2005-02-03 09:01:03 UTC
[dev-200502021900, JDK 1.4.2_07]

No Accessible name :
 Class:
org.openide.explorer.view.TreeView$ExplorerTree {
 |  }

No Accessible description :
 Class:
org.openide.explorer.view.TreeView$ExplorerTree {
 |  }

Components with no LABEL_FOR pointing to it :
 Class: javax.swing.JTabbedPane {  Properties |  N/A }
 Class:
org.openide.explorer.view.TreeView$ExplorerTree {
 |  }
Comment 1 Tomas Zezula 2005-02-03 11:43:14 UTC
org.openide.explorer.view.TreeView$ExplorerTree is accessible by its
parent.
javax.swing.JTabbedPane has no LABEL_FOR intentionally, it is
according to the UI Spec, the label for JTabbedPane would be very ugly.
Comment 2 Milan Kubec 2005-07-11 14:22:49 UTC
Verified/Closed.