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 137478 - A11Y: No Accessible name in "Find Type" dialog
Summary: A11Y: No Accessible name in "Find Type" dialog
Status: VERIFIED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Source (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P3 blocker (vote)
Assignee: Jan Becicka
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-06-17 19:24 UTC by Roman Mostyka
Modified: 2008-07-24 04:04 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 Roman Mostyka 2008-06-17 19:24:40 UTC
Results of Accessibility test, window with title "Find Type"
No Accessible name :
  Class: javax.swing.JList {  |  }
Comment 1 _ potingwu 2008-06-17 19:29:22 UTC
Please specify which dialog or UI.
Comment 2 Roman Mostyka 2008-06-17 19:34:29 UTC
DnD "JSF Data Table" component from the JSF part of the palette, select "Table Generated From Entity Class" radiobutton
and click "Browse" button.
Comment 3 _ potingwu 2008-06-17 19:36:42 UTC
"... Generated From Entity Class" issue.
Comment 4 _ potingwu 2008-06-17 23:50:24 UTC
The dialog is coming from org.netbeans.api.java.source.ui.TypeElementFinder.
Comment 5 Jan Lahoda 2008-06-18 08:42:52 UTC
*** Issue 137479 has been marked as a duplicate of this issue. ***
Comment 6 Jan Lahoda 2008-06-18 08:43:10 UTC
*** Issue 137480 has been marked as a duplicate of this issue. ***
Comment 7 Jan Becicka 2008-07-22 15:33:57 UTC
JList don't need accessible name. It has label for.
Comment 8 Roman Mostyka 2008-07-22 15:44:47 UTC
I filed such issues before and they were fixed. Components didn't have accessible names and LABEL_FOR pointing to them,
but after fix they have both. I'm not sure that it is applicable to all components, so if JList is exception, then
please close this issue, I don't mind, just want to be sure.
Thanks.
Comment 9 Jan Becicka 2008-07-23 15:31:02 UTC
http://hg.netbeans.org/main/rev/f889deb531db
Comment 10 Roman Mostyka 2008-07-23 19:21:36 UTC
Verified with build 080723.
Comment 11 Quality Engineering 2008-07-24 04:04:17 UTC
Integrated into 'main-golden', available in NB_Trunk_Production #341 build
Changeset: http://hg.netbeans.org/main/rev/f889deb531db
User: Jan Becicka <jbecicka@netbeans.org>
Log: #137478: A11Y: No Accessible name in "Find Type" dialog