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 151516

Summary: A11Y: Components with no mnemonic in "Add Index" dialog
Product: db Reporter: Roman Mostyka <romanmostyka>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED INVALID    
Severity: blocker Keywords: A11Y
Priority: P4    
Version: 6.x   
Hardware: All   
OS: Mac OS X   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 152586    

Description Roman Mostyka 2008-10-27 19:02:48 UTC
Invoked "Add Index" dialog for "person" table for "travel" DB.

Results of Accessibility test, window with title "Add Index"
Components with no mnemonic :
  Class: javax.swing.JCheckBox {  frequentflyer |  frequentflyer } 
  Class: javax.swing.JCheckBox {  jobtitle |  jobtitle } 
  Class: javax.swing.JCheckBox {  lastupdated |  lastupdated } 
  Class: javax.swing.JCheckBox {  name |  name } 
  Class: javax.swing.JCheckBox {  personid |  personid } 
  Class: javax.swing.JLabel {  Specify type of index: |  }
Comment 1 Jiri Rechtacek 2009-07-01 07:57:38 UTC
Reassigned to new owner.
Comment 2 Jiri Skrivanek 2009-07-01 08:31:17 UTC
Check boxes are column names, so it is useless to add mnemonic. Label points to Unique check box which has own mnemonic.