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 173628

Summary: manage remote connection window - no mnemonics
Product: php Reporter: Filip Zamboj <fzamboj>
Component: ProjectAssignee: Tomas Mysik <tmysik>
Status: RESOLVED INVALID    
Severity: blocker Keywords: A11Y
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Filip Zamboj 2009-10-02 15:54:47 UTC
manage remote connections window 

Components with no mnemonic :
   Class: javax.swing.JButton {  Cancel |  Cancel button }  [598,454]
   Class: javax.swing.JLabel {  Name: |  }  [201,41]
Comment 1 Jaromir Uhrik 2009-10-09 12:31:06 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)

So in this case if the dialog uses Escape for Cancel then ignore the line related to Cancel button. Otherwise please fix
it together with the Name label. Thanks.
Comment 2 Tomas Mysik 2009-11-03 10:12:06 UTC
According the comment by Jára, this issue is INVALID (moreover, OK & Vancel buttons come from project support, not from PHP).