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 127648 - A11Y: New Project
Summary: A11Y: New Project
Status: RESOLVED INVALID
Alias: None
Product: platform
Classification: Unclassified
Component: Explorer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: _ alexpetrov
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-18 15:23 UTC by kozlov
Modified: 2008-12-22 11:44 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 kozlov 2008-02-18 15:23:20 UTC
Results of Accessibility test, window with title "New Project"


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   - none.

 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.ListView$NbList {  Types of new objects |  List of types of new objects which can be choosen } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Categories of types new objects |  List of categories of new objects which can be choosen } 


 Components with no mnemonic :
   Class: javax.swing.JLabel {  Description: |  } 


 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.

 Components not reachable with tab traversal :
   - none.
Comment 1 Jaromir Uhrik 2008-02-20 13:47:49 UTC
Seems like only missing mnemonic is a valid problem.
Comment 2 Sergey Lunegov 2008-03-18 08:59:12 UTC
Alex, please look at this. Should not be a problem.
Comment 3 _ alexpetrov 2008-03-19 16:36:59 UTC
This issue has been verified on:
Product Version: NetBeans IDE Dev (Build 080318)
Java: 1.5.0_14; Java HotSpot(TM) Client VM 1.5.0_14-b03
System: Windows XP version 5.1 running on x86

1. Components with no mnemonic :
   Class: javax.swing.JLabel { Description | }

Works for me. The 1st letter of the label "Description" is underscored (on WinXP) and has a mnemonic: when Alt+D is
pressed, the appropriate text area below label will get a focus.
Comment 4 andyloh 2008-11-13 19:09:34 UTC
Confirmed that the Description label has the mnemonic.  The only remaining issues are the missing LABEL_FOR for the
listed components.  Changing the component/subcomponent to openide/explorer, per Alexey, since the New Project wizard is
part of the basic NetBeans and not specific to XSLT.
Comment 5 Lukas Hasik 2008-11-13 21:07:51 UTC
regardless the results reported by the tool you can try it manually. And you'd see that the two lists "Categories",
"File Types" has mnemonic AND wen you use them then the focus goes to the lists.

I'm closing as INVALID. Please reopen if I misunderstood or you don't talk about the first step of the New Project dialog.