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 38910 - A11Y problem in Table Model editor
Summary: A11Y problem in Table Model editor
Status: VERIFIED INVALID
Alias: None
Product: guibuilder
Classification: Unclassified
Component: Code (show other bugs)
Version: 3.x
Hardware: PC Windows ME/2000
: P3 blocker (vote)
Assignee: Tomas Pavek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-01-16 13:41 UTC by Jaromir Uhrik
Modified: 2004-02-17 14:24 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 2004-01-16 13:41:13 UTC
[200401141900; j2sdk1.4.2_03]
Results of Accessibility test, window with 
title "jTable1 [JTable] - model"
Components with wrong mnemonic (mnemonic isn't 
ASCII , label doesn't contain mnemonic):
   Class: javax.swing.JButton {   +  |  Add 
column } 
   Class: javax.swing.JButton {   +  |  Add row } 
   Class: javax.swing.JButton {   -  |  Remove 
column } 
   Class: javax.swing.JButton {   -  |  Remove 
row } 
 Components not reachable with tab traversal :
   Class: javax.swing.JButton {   +  |  Add 
column } 
   Class: javax.swing.JButton {   +  |  Add row } 
   Class: javax.swing.JButton {   -  |  Remove 
column } 
   Class: javax.swing.JButton {   -  |  Remove 
row } 
   Class: javax.swing.JButton {  Advanced... |  
N/A } 
   Class: javax.swing.JButton {  Cancel |  N/A } 
   Class: javax.swing.JButton {  OK |  N/A } 
   Class: javax.swing.JButton {  Reset to default 
|  N/A } 
   Class: javax.swing.JTextField {  Columns: |  
N/A } 
   Class: javax.swing.JTextField {  Rows: |  
N/A }
Comment 1 Tomas Pavek 2004-01-21 14:29:39 UTC
> Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't
> contain mnemonic):
>    Class: javax.swing.JButton {   +  |  Add column } 
>    Class: javax.swing.JButton {   +  |  Add row } 
>    Class: javax.swing.JButton {   -  |  Remove column } 
>    Class: javax.swing.JButton {   -  |  Remove row } 

What mnemonic can have a button that just '+' or '-' text? BTW using
Alt+R and Alt+C the user can switch to the textfield for enetring
number of rows or columns directly - without the need to use +/-.

> Components not reachable with tab traversal:
Not true. After the dialog appears, I can easily switch to these
components by pressing Shift+TAB or Ctrl+TAB.
Comment 2 Jaromir Uhrik 2004-02-17 14:24:04 UTC
You must be right Tomasi - VERIFIED.