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 173605 - Project Properties - Formatting - no mnemonics
Summary: Project Properties - Formatting - no mnemonics
Status: RESOLVED INVALID
Alias: None
Product: php
Classification: Unclassified
Component: Project (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-10-02 14:42 UTC by Filip Zamboj
Modified: 2009-10-09 11:51 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 Filip Zamboj 2009-10-02 14:42:17 UTC
Project Properties -> Formatting 

Components with no mnemonic :
   Class: javax.swing.JButton {  Cancel |  N/A }  [685,529]
   Class: org.netbeans.modules.project.uiapi.CustomizerDialog$ListeningButton {  OK |  N/A }  [625,529]
Comment 1 Jaromir Uhrik 2009-10-09 11:51:01 UTC
There is following rule for mnemonics of OK/Cancel buttons:
"Do not associate mnemonics with the default button or the Cancel button in a dialog box. Use Enter or Return for the
default button and Escape for the Cancel button instead" 
(for details see http://java.sun.com/products/jlf/ed2/book/index.html)

Since the Project Properties dialog uses Enter/Escape for OK/Cancel buttons I am closing this issue as INVALID.