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 - A11Y: Components with no mnemonic in "Add Index" dialog
Summary: A11Y: Components with no mnemonic in "Add Index" dialog
Status: RESOLVED INVALID
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All Mac OS X
: P4 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: A11Y
Depends on:
Blocks: 152586
  Show dependency tree
 
Reported: 2008-10-27 19:02 UTC by Roman Mostyka
Modified: 2009-07-01 08:31 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 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.