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 54443 - A11Y Problems in Add Project dialog
Summary: A11Y Problems in Add Project dialog
Status: CLOSED FIXED
Alias: None
Product: java
Classification: Unclassified
Component: Project (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Zezula
URL:
Keywords: A11Y
Depends on:
Blocks: 55850
  Show dependency tree
 
Reported: 2005-02-03 09:16 UTC by Milan Kubec
Modified: 2006-03-24 13:16 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-03 09:16:09 UTC
[dev-200502021900, JDK 1.4.2_07]

The dialog is JFileChooser, I tried to pick
problems that might be in our code.

No Accessible name :
 Class: javax.swing.JList {  |  }
 Class: javax.swing.JTextField {  |  }

No Accessible description :
   Class: javax.swing.JDialog {  Add Project |  }
   Class: javax.swing.JList {  |  }
   Class: javax.swing.JTextField {  |  }

Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  |  }
   Class: javax.swing.JTextField {  |  }

Components not reachable with tab traversal :
   Class: javax.swing.JList {  |  }
   Class: javax.swing.JTextField {  |  }
Comment 1 Milan Kubec 2005-02-03 09:17:18 UTC
Dialog is opened after clicking 'Add Project' when settinh up
compilation classpath for j2seproject.
Comment 2 Tomas Zezula 2005-02-03 11:37:20 UTC
Fixed all fixable problems.

Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/AntArtifactChooser.form;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/AntArtifactChooser.form,v
 <--  AntArtifactChooser.form
new revision: 1.3; previous revision: 1.2
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/AntArtifactChooser.java;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/AntArtifactChooser.java,v
 <--  AntArtifactChooser.java
new revision: 1.12; previous revision: 1.11
done
Checking in
src/org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties;
/cvs/java/j2seproject/src/org/netbeans/modules/java/j2seproject/ui/customizer/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.54; previous revision: 1.53
done
Comment 3 Milan Kubec 2005-02-08 10:00:00 UTC
Following are not fixable?

No Accessible description :
  Class: javax.swing.JDialog {  Add Project |  }

Components with no mnemonic :
  Class: javax.swing.JLabel {  Project Name: |  }
Comment 4 Tomas Zezula 2005-02-08 10:15:41 UTC
Right.
The mnemonic for Project Name: has no sence, since the component is
not focusable.
The Dialog is created JFileChooser.showOpenDialog
Comment 5 Milan Kubec 2005-02-24 14:49:52 UTC
Verified in dev-200502231900.