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 65813 - [A11Y] Missing mnemonic for Yes button in Question dialog
Summary: [A11Y] Missing mnemonic for Yes button in Question dialog
Status: VERIFIED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Autoupdate (show other bugs)
Version: 5.x
Hardware: PC Windows XP
: P3 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-10-04 10:05 UTC by Jaromir Uhrik
Modified: 2007-07-24 22:55 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
Screenshot attached... (25.45 KB, image/png)
2005-10-04 10:06 UTC, Jaromir Uhrik
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Jaromir Uhrik 2005-10-04 10:05:43 UTC
[NetBeans5.0 Beta build]
The mnemonic is missing in the dialog asking whether install module globally -
see attached screenshot of the dialog.
Following lines are contained in a11y-tester output for this dialog:
===============================================
 Tested Window title : Question
===============================================
Components with no mnemonic :
   Class: javax.swing.JButton {  Yes |  Yes button }
Comment 1 Jaromir Uhrik 2005-10-04 10:06:57 UTC
Created attachment 25489 [details]
Screenshot attached...
Comment 2 Jiri Rechtacek 2005-10-06 12:53:41 UTC
The default button on a dialog has default mnemonic Enter and Escape is a
mnemonic for No/Cancel buttons.

Checking in core/windows/src/org/netbeans/core/windows/services/Bundle.properties;
/cvs/core/windows/src/org/netbeans/core/windows/services/Bundle.properties,v 
<--  Bundle.properties
new revision: 1.8; previous revision: 1.7
done
Checking in core/windows/src/org/netbeans/core/windows/services/NbPresenter.java;
/cvs/core/windows/src/org/netbeans/core/windows/services/NbPresenter.java,v  <--
 NbPresenter.java
new revision: 1.23; previous revision: 1.22
done
Comment 3 Jaromir Uhrik 2005-10-17 16:03:54 UTC
Verified in dev build #200510161800.