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 54275 - A11Y Problems in New File wizard
Summary: A11Y Problems in New File wizard
Status: CLOSED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Generic Projects UI (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Petr Hrebejk
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-02-01 12:25 UTC by Milan Kubec
Modified: 2006-03-24 12:58 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-01 12:25:53 UTC
[dev-200501301900, JDK 1.4.2_06]

First panel of New File wizard - Choose File Type:

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: |  }
Comment 1 Petr Hrebejk 2005-02-01 17:22:11 UTC
The first two things are cleare nonsense. It works. Please don't rely
on the tool only also chack whether the report really makes sense.

Mnemonics added

Checking in src/org/netbeans/modules/project/ui/Bundle.properties;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.56; previous revision: 1.55
done
Checking in
src/org/netbeans/modules/project/ui/ProjectChooserAccessory.form;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/ProjectChooserAccessory.form,v
 <--  ProjectChooserAccessory.form
new revision: 1.4; previous revision: 1.3
done
Checking in
src/org/netbeans/modules/project/ui/ProjectChooserAccessory.java;
/cvs/projects/projectui/src/org/netbeans/modules/project/ui/ProjectChooserAccessory.java,v
 <--  ProjectChooserAccessory.java
new revision: 1.29; previous revision: 1.28
done
Comment 2 Milan Kubec 2005-02-02 07:37:58 UTC
Sorry, I don't have the knowledge to judge if the report makes sense
or not.
Comment 3 Petr Hrebejk 2005-02-02 08:39:55 UTC
Are you telling me, that you are not able to go to the wizard took at
it and see that both lists can be selected using a mnemonics on a
label? What's wrong. :-)

Comment 4 Milan Kubec 2005-02-02 10:02:47 UTC
You wrote: "The first two things are cleare nonsense."
First two thigs are about "Components with no LABEL_FOR pointing to it".
And I have no clue what it really means in UI. It might be used e.g.
by screen readers.

If the tool reports missing or clashing mnemonics I check that by hand
of course.
Comment 5 Petr Hrebejk 2005-02-02 12:00:46 UTC
> And I have no clue what it really means in UI. It might be used e.g.
> by screen readers.

Hmm, neither do I. I'm not saying you should. I just think there shold
be someone who has the expertise and knows what has to be done to make
the IDE accessible. The tool apparently isn't the right "person". 
Comment 6 Milan Kubec 2005-02-24 14:48:12 UTC
Verified in dev-200502231900.