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 34818 - There are no some mnemonics in the Keyboard Shortcuts dialog
Summary: There are no some mnemonics in the Keyboard Shortcuts dialog
Status: CLOSED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Window System (show other bugs)
Version: 3.x
Hardware: Sun All
: P3 blocker (vote)
Assignee: Milos Kleint
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2003-07-09 13:48 UTC by ccv
Modified: 2008-12-23 10:35 UTC (History)
4 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-07-09 13:48:17 UTC
1. Select Tools->Keyboard Shortcuts
2. Keyboard Shortcuts dialog appears, Action
radiobutton is set by default. 

-> There is no mnemonic for tree and for the list
"Edit shortcuts" 

From accessibility report:

Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  Shortcuts list|N/A} 
   Class: javax.swing.JTree {  N/A |  N/A } 


3. Set Shortcuts radiobutton.

-> Shortcuts list does not have mnemonic.
-> JTextArea does not have accessible description
-> JTextArea should be selected when it grabs
focus.
From accessibility report:

No Accessible description :
  
   Class: javax.swing.JTextArea {  Select View by
Actions to Edit Shortcuts for an Action |  } 


 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JList {  Shortcuts list | 
N/A } 
   Class: javax.swing.JTextArea {  Select View by
Actions to Edit Shortcuts for an Action |  } 

Product Version: Sun ONE Studio, Native Edition
(Build  030624)
IDE Versioning:  IDE/1 spec=3.42.1 impl=030624
OS: SunOS 5.8, sparc

java version "1.4.1_02"
Comment 1 _ tboudreau 2004-02-20 14:38:51 UTC
Should be addressed along with issue 34861 for promo D or later; it involves enough 
changes to the keyboard shortcuts dialog that we won't have the resources for it in 3.6.

There are two actual changes to be made in this issue - the missing accessible 
descriptions.  AFAIK there is no hard requirement that every non-label component have a 
label and mnemonic, just that they be keyboard accessible and provide appropriate 
accessible name & description.
Comment 2 Milos Kleint 2004-02-23 12:46:32 UTC
reassigning
Comment 3 Milos Kleint 2005-09-06 13:49:41 UTC
the keyboard shortcuts dialog is gone, replaced by the new options dialog.
Comment 4 Zdenek Konecny 2005-10-11 15:47:42 UTC
closed