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 66004 - [A11Y] New EJB Module with Existing Sources
Summary: [A11Y] New EJB Module with Existing Sources
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB Project (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Milan Kubec
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-10-05 16:49 UTC by Lukas Jungmann
Modified: 2006-10-05 21:47 UTC (History)
1 user (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 Lukas Jungmann 2005-10-05 16:49:52 UTC
===============================================
 Tested Window title : New EJB Module with Existing Sources
===============================================

Results of Accessibility test

...
 Components with potential mnemonics conflict:
 - components with mnemonic 'O' :
   Class: javax.swing.JButton {  Browse... |  Browse Existing EJB Module Sources
 Location }
   Class: javax.swing.JButton {  Browse... |  Browse Project Location }
...
Comment 1 Petr Blaha 2006-03-13 13:48:20 UTC
TM 5.0 -> TBD
Comment 2 Andrei Badea 2006-05-25 17:17:48 UTC
Seems fixed. The first Browse button has W as the mnemonic, the second one has O.
Comment 3 Lukas Jungmann 2006-08-02 11:18:23 UTC
That's true, but currently:

- I cannot reach set src level checkbox using "Tab" (tested manually with
keyboard, not using an A11Y tool we have)
- there's also potentional conflict in mnemonics:
   - 'V' in J2EE Version
   - 'v' in Source Level
Comment 4 Lukas Jungmann 2006-08-02 11:22:48 UTC
btw: 'J' should be probably used in J2EE level as in case of new ejb mod wizard.
If you'll choose something else then, please, update issue 65990 and reopen
issue 66002, so we use same mnemonics in all new project wizards (there should
be some combination which will work...)
Comment 5 Andrei Badea 2006-08-14 14:05:03 UTC
Milane, can you please take this?
Comment 6 Milan Kubec 2006-08-21 10:43:30 UTC
Done. Focus traversal fixed. Mnemonics for J2EE Version set to 'J', source level
mnemonics set to 'v'.

Checking in ImportLocationVisual.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/ImportLocationVisual.java,v
 <--  ImportLocationVisual.java
new revision: 1.25.36.6.2.17; previous revision: 1.25.36.6.2.16
done
Checking in ImportLocationVisual.form;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/ImportLocationVisual.form,v
 <--  ImportLocationVisual.form
new revision: 1.16.60.6; previous revision: 1.16.60.5
done
Checking in J2eeVersionWarningPanel.java;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/J2eeVersionWarningPanel.java,v
 <--  J2eeVersionWarningPanel.java
new revision: 1.3.36.2.2.4; previous revision: 1.3.36.2.2.3
done
Checking in J2eeVersionWarningPanel.form;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/J2eeVersionWarningPanel.form,v
 <--  J2eeVersionWarningPanel.form
new revision: 1.2.36.1.2.2; previous revision: 1.2.36.1.2.1
done
Checking in Bundle.properties;
/cvs/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/Bundle.properties,v
 <--  Bundle.properties
new revision: 1.26.10.2.2.11; previous revision: 1.26.10.2.2.10
done

Diff:
http://www.netbeans.org/source/browse/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/ImportLocationVisual.java?r1=1.25.36.6.2.16&r2=1.25.36.6.2.17
http://www.netbeans.org/source/browse/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/J2eeVersionWarningPanel.java?r1=1.3.36.2.2.3&r2=1.3.36.2.2.4
http://www.netbeans.org/source/browse/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/wizards/Bundle.properties?r1=1.26.10.2.2.10&r2=1.26.10.2.2.11
Comment 7 Lukas Jungmann 2006-10-05 21:47:36 UTC
v.