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 32615 - No accessible description for the dialog and the button
Summary: No accessible description for the dialog and the button
Status: RESOLVED WONTFIX
Alias: None
Product: obsolete
Classification: Unclassified
Component: jarpackager (show other bugs)
Version: -S1S-
Hardware: Sun Solaris
: P2 blocker (vote)
Assignee: issues@obsolete
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-04-04 05:49 UTC by ccv
Modified: 2003-04-08 10:01 UTC (History)
5 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 ccv 2003-04-04 05:49:01 UTC
Product Version = Sun ONE Studio 5, Standard
Edition (Build 030402)
IDE Versioning  = IDE/1 spec=3.42.1 impl=030402
Operating System = SunOS version 5.8 running on
sparc
Java; VM; Vendor = 1.4.0_02; Java HotSpot(TM)
Client VM 1.4.0_02-b02; Sun Microsystems Inc.

New->Template->Jar Archives->Jar Recipe

1. push Browse button; the "Select Directory"
dialog opened
===============================================
 Tested Window title : Select Directory
===============================================

Results of Accessibility test
 No Accessible description :
Class: javax.swing.JButton {  Select Directory
|}   
Class: javax.swing.JDialog {  Select Directory|  } 

Components with no mnemonic :
Class: javax.swing.JButton {  Select Directory | 
} 

2. push the Load Manifest button on the last tab
 Tested Window title : Load Manifest
===============================================

Results of Accessibility test
No Accessible description :
   Class: javax.swing.JButton {  OK |  } 
   Class: javax.swing.JDialog {  Load Manifest | 
} 
Components with no mnemonic :
Class: javax.swing.JButton {  OK |  }

I don't know exactly, may be it is a bug in a
common class and you only use it. Assign, please, 
to correct component.
Comment 1 Jan Chalupa 2003-04-08 08:55:55 UTC
Non-showstopper a11y bugs after the cut-off are waived for S1S5.
Comment 2 Ondrej Rypacek 2003-04-08 10:01:36 UTC
We cannot fix that. A standard component, JFileChooser from JDK, is
used for selection of files.