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 110725 - [A11Y] mnemonic conflict in new enterprise app
Summary: [A11Y] mnemonic conflict in new enterprise app
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Tomas Mysik
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2007-07-24 12:01 UTC by Radim Roska
Modified: 2007-08-08 10:45 UTC (History)
2 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 Radim Roska 2007-07-24 12:01:57 UTC
Components with potential mnemonics conflict:
 - components with mnemonic 'D' :
   Class: javax.swing.JButton {  Add Server |  N/A } 
   Class: javax.swing.JLabel {  Project Folder: |  }
Comment 1 Andrei Badea 2007-07-26 17:59:01 UTC
Same problem in both application client project wizards. See also similar issue 109983.
Comment 2 Tomas Mysik 2007-07-27 09:43:42 UTC
Fixed.

Checking in clientproject/src/org/netbeans/modules/j2ee/clientproject/ui/wizards/Bundle.properties;
/cvs/j2ee/clientproject/src/org/netbeans/modules/j2ee/clientproject/ui/wizards/Bundle.properties,v  <--  
Bundle.properties
new revision: 1.6; previous revision: 1.5
done
Checking in earproject/src/org/netbeans/modules/j2ee/earproject/ui/wizards/Bundle.properties;
/cvs/j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/ui/wizards/Bundle.properties,v  <--  Bundle.properties
new revision: 1.21; previous revision: 1.20
done
Checking in earproject/src/org/netbeans/modules/j2ee/earproject/ui/wizards/PanelProjectImportVisual.java;
/cvs/j2ee/earproject/src/org/netbeans/modules/j2ee/earproject/ui/wizards/PanelProjectImportVisual.java,v  <--  
PanelProjectImportVisual.java
new revision: 1.8; previous revision: 1.7
done
Comment 3 Radim Roska 2007-08-08 10:45:19 UTC
VERIFIED