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 127954 - Ant Options dialog is not fully accessible
Summary: Ant Options dialog is not fully accessible
Status: RESOLVED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-20 21:30 UTC by Jaromir Uhrik
Modified: 2009-02-19 20:14 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 Jaromir Uhrik 2008-02-20 21:30:24 UTC
Product Version: NetBeans IDE Dev (Build 20080219062323)
Java: 1.5.0_12; Java HotSpot(TM) Client VM 1.5.0_12-b04
System: Windows XP version 5.1 running on x86; Cp1252; en_US (nb)

Select main menu Tools|Options > Miscellaneous > Ant tab. The a11y-tester tool output is like following:
--------------------------------%<---------------------------------------
No Accessible name :
   Class: javax.swing.JList {  |  N/A }
   Class: javax.swing.JTabbedPane {  |  }
No Accessible description :
   Class: javax.swing.JButton {  Browse... |  }
   Class: javax.swing.JButton {  Default |  }
   Class: javax.swing.JCheckBox {  Always Show Output |  }
   Class: javax.swing.JCheckBox {  Reuse Output Tabs from Finished Processes |  }
   Class: javax.swing.JCheckBox {  Save All Modified Files Before Running Ant |  }
   Class: javax.swing.JComboBox {  Verbosity Level: |  }
   Class: javax.swing.JTabbedPane {  |  }
   Class: javax.swing.JTextField {  Ant Home: |  }
Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JEditorPane {  Properties |  N/A }
   Class: javax.swing.JList {  |  N/A }
   Class: javax.swing.JTabbedPane {  |  }
--------------------------------%<---------------------------------------
It seems that the relevant is only following:
-JList accessible name and description should be added
-Classpath label should be label for the JList and its mnemonic should be assigned
Comment 1 Jesse Glick 2008-11-24 19:31:48 UTC
Cannot actually set Classpath label as label for the JList (since it is in a different module), but can do so for a
containing panel, which has the same effect when using the mnemonic. core-main #b88074e65fe2
Comment 2 Quality Engineering 2008-11-25 05:10:08 UTC
Integrated into 'main-golden', will be available in build *200811250201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/b88074e65fe2
User: Jesse Glick <jglick@netbeans.org>
Log: #127954: A11Y fixes for Classpath panel of Ant settings.