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 54138 - [a11y] override methods dialog - no label for tree
Summary: [a11y] override methods dialog - no label for tree
Status: CLOSED WONTFIX
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 4.x
Hardware: PC Linux
: P3 blocker (vote)
Assignee: Petr Nejedly
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-01-28 10:07 UTC by ehucka
Modified: 2008-12-22 10:53 UTC (History)
1 user (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 ehucka 2005-01-28 10:07:29 UTC
Components with no LABEL_FOR pointing to it :
   Class:
org.openide.explorer.view.TreeView$ExplorerTree {
 Available Superclass and Interface Methods: | 
List of methods you can override or implement }
Comment 1 ehucka 2005-01-28 10:14:32 UTC
p3
Comment 2 Jan Becicka 2005-01-28 15:30:45 UTC
I don't know, how to fix this issue. It should be fixed in openide or
I missed something.

OverridePanel does this:

TreeView view = new BeanTreeView();
.
lblList.setLabelFor(view);

TreeView$ExplorerTree is private inner class and I don't know how to
pass it as an argument to "setLabelFor". Openide guys can you fix this
issue somehow? If not please reassign back, I'll close it as WONTFIX.
Comment 3 Petr Nejedly 2005-02-24 12:39:14 UTC
Emanuel, can you explain the problem in greater detail?
I'm closing this as WONTFIX for now, as the functionality seems to be
OK, pressing Alt+V does correctly move focus to the inner tree
and the inner tree have proper accessibility descriptor.

In case you disagree, please reopen.
Comment 4 Tomas Danek 2005-07-14 17:02:28 UTC
No other comments?? If not, i'll verify
Comment 5 Tomas Danek 2005-07-21 08:53:34 UTC
ver.