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 35183 - a11y: No mnemonics in the 'Depends On' dialog
Summary: a11y: No mnemonics in the 'Depends On' dialog
Status: VERIFIED WONTFIX
Alias: None
Product: projects
Classification: Unclassified
Component: Ant (show other bugs)
Version: -S1S-
Hardware: Sun SunOS
: P3 blocker (vote)
Assignee: issues@projects
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-07-29 10:31 UTC by bnv
Modified: 2005-07-12 09:47 UTC (History)
4 users (show)

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 bnv 2003-07-29 10:31:19 UTC
Product Version       = Sun ONE Studio, Native Edition
 (Build 030722)-- build 14                  
IDE Versioning        = IDE/1 spec=3.42.1 impl=030722
Operating System      = SunOS version 5.8 
Java; VM; Vendor = 1.4.1_02; Java
HotSpot(TM)Client VM 1.4.1_02-b06; Sun
Microsystems Inc.

1.Tools->Options->Source Creation and
Management->Templates->Ant Build Script->Sample
Ant Project->init
2.Select 'Depends On' property editor
3.Wait for the 'Depends On' dialog

See results of Accessibility Tester:
===============================================
 Tested Window title : Depends On
===============================================

Results of Accessibility test
  
 Components with no mnemonic :
   Class: javax.swing.JCheckBox {  all |  } 
   Class: javax.swing.JCheckBox {  clean |  } 
   Class: javax.swing.JCheckBox {  compile |  } 
   Class: javax.swing.JCheckBox {  jar |  } 
   Class: javax.swing.JCheckBox {  javadoc |  } 
   Class: javax.swing.JCheckBox {  test |  }
Comment 1 Vitezslav Stejskal 2003-08-14 17:00:22 UTC
These components (checkboxes) are automaticaly generated according to
the targets available in ant build script. There is no mnemonics for
target names in the script. However, we could try to generate some,
e.g. trying to use the first characters of target names (or some next
characters in case of conflicts).
Comment 2 Jesse Glick 2003-12-19 15:24:41 UTC
These labels are generated from arbitrary information in the
build.xml. They would not be the same each time the dialog is opened.
There is no way to ensure that meaningful and unique mnemonics are
generated each time. Won't fix unless you think it is really desirable
to autogenerate approx. mnemonics.
Comment 3 Marian Mirilovic 2005-07-12 09:47:10 UTC
closed