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 19147 - Missing accessible descriptions
Summary: Missing accessible descriptions
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 3.x
Hardware: All All
: P3 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2002-01-08 16:19 UTC by Milan Kubec
Modified: 2008-12-22 18:28 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 Milan Kubec 2002-01-08 16:19:38 UTC
a11y desriptions are missing in dialogs:
- Set as Project Main Class
- Select Objects (Add Existing action)
they are instances of:
org.netbeans.beaninfo.editors.DataObjectPanel

which uses:
org.openide.explorer.view.TreeView$ExplorerTree
Comment 1 Milan Kubec 2002-01-09 09:48:56 UTC
Just for clarification - TreeView do not have accessible desc. not the
whole dialog. It's also missing Accessible name and there is no
component with LABEL_FOR pointing to the TreeView.
Comment 2 Jiri Mzourek 2002-01-10 09:39:43 UTC
This is not project dialog bug. The dialog is constructed by
DialogDescriptor, the panel is used from openide:
org.openide.explorer.propertysheet.PropertyPanel
Comment 3 jrojcek 2002-01-10 10:12:31 UTC
Yes, it is not Project module panel but have to be fixed in Project
module. Look at issue 17710 for tip how to do it.
Or follow this:
http://www.netbeans.org/download/apis/org/openide/explorer/doc-files/api.html#property_panel
Note that "description" property is not documented yet.
Comment 4 Vitezslav Stejskal 2002-01-10 10:25:48 UTC
Well, I have the fix on my disk, but I am unable to set accessible name and LABEL_FOR ... Jano, what 
about them, are they neccessary?
Comment 5 Vitezslav Stejskal 2002-01-10 10:51:35 UTC
Accessible name and description is set correctly now.

fixed in release33
Comment 6 Marian Mirilovic 2002-01-11 10:50:53 UTC
Set as Project Main class dialog - verified in [nb331_dev](20020111).

Milan, could you verify second dialog (and mark as VERIFIED), thanks
in advance.
Comment 7 Milan Kubec 2002-01-11 11:19:24 UTC
Verified for Select Objects dialog in 200201110311.
Comment 8 Quality Engineering 2003-07-01 16:10:15 UTC
Resolved for 3.4.x or earlier, no new info since then -> closing.