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 89743

Summary: missing mnemonics in 'cancel' and 'next' buttons of all wizard's screens
Product: platform Reporter: lital <lital>
Component: Dialogs&WizardsAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED WORKSFORME    
Severity: blocker Keywords: A11Y, UI
Priority: P3    
Version: 5.x   
Hardware: All   
OS: Windows XP   
Issue Type: DEFECT Exception Reporter:

Description lital 2006-11-21 12:55:55 UTC
The wizrd is missing mnemonics in 'cancel' and 'next' buttons of all screens.
Comment 1 Marian Mirilovic 2006-11-21 14:20:52 UTC
Which wizard do you mean ? OS/ JDK & screenshot would be also welcome.
Comment 2 lital 2006-11-21 16:17:49 UTC
I'm using jdt 1.5 update 7.
The wizard i'm using supply basis for creating GUI wizard. I'm using the
following packedges: org-openide-dialogs.jar, org-openide-util.jar,
org-openide-awt.jar.
Comment 3 Jiri Rechtacek 2006-11-22 08:31:02 UTC
By A11Y Guidelines (sorry, I lost the link to it) a dialog cannot contain any
letter mnemonics for buttons which have default mnemonic on Enter or Esc
key-press, this kind of mnemonic has Next/Finish button (on Enter) and Cancel
(on Esc key-press).