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 110434 - [A11Y] Add shortcut dialog not accessible
Summary: [A11Y] Add shortcut dialog not accessible
Status: VERIFIED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@editor
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-20 15:04 UTC by Jiri Prox
Modified: 2007-11-05 13:40 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 Jiri Prox 2007-07-20 15:04:00 UTC
Product Version: NetBeans IDE Dev (Build 070720) 
Java: 1.6.0_02-ea; Java HotSpot(TM) Client VM 1.6.0_02-ea-b02 
System: Linux version 2.6.5-1.358 running on i386; UTF-8; en_US (nb) 
Userdir: /home/jp159440/.netbeans/dev

Accessible name and descriptions are missing in Add Shortcut Dialog (Options->KeyMap -> Add Shortcut)

===============================================
 Tested Window title : Add Shortcut Dialog
===============================================
 
Results of Accessibility test
 
 
 Doesn't implement Accessible :
   - none.
 
 No Accessible name :
   Class: javax.swing.JTextField {  |  }
 
 
 No Accessible description :
   Class: javax.swing.JButton {  Clear |  }
   Class: javax.swing.JButton {  Tab |  }
   Class: javax.swing.JTextField {  |  }
   Class: org.netbeans.core.windows.services.NbDialog {  Add Shortcut Dialog |  }
 
 
 Label with LABEL_FOR not set :
   - none.
 
 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  |  }
 
 
 Components with no mnemonic :
   - none.
 
 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mnemonic):
   - none.
 
 Components not reachable with tab traversal :
   - none.
Comment 1 Vitezslav Stejskal 2007-07-23 11:31:24 UTC
Checking in Bundle.properties;
/cvs/core/options/keymap/src/org/netbeans/modules/options/keymap/Bundle.properties,v  <--  Bundle.properties
new revision: 1.3; previous revision: 1.2
done
Checking in ShortcutsDialog.form;
/cvs/core/options/keymap/src/org/netbeans/modules/options/keymap/ShortcutsDialog.form,v  <--  ShortcutsDialog.form
new revision: 1.3; previous revision: 1.2
done
Checking in ShortcutsDialog.java;
/cvs/core/options/keymap/src/org/netbeans/modules/options/keymap/ShortcutsDialog.java,v  <--  ShortcutsDialog.java
new revision: 1.4; previous revision: 1.3
done
Comment 2 Jiri Prox 2007-08-03 13:02:27 UTC
v.