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 33194 - a11y: mnemonics problems for the dialogs called on the `Bean Class` node
Summary: a11y: mnemonics problems for the dialogs called on the `Bean Class` node
Status: RESOLVED DUPLICATE of bug 18465
Alias: None
Product: java
Classification: Unclassified
Component: Unsupported (show other bugs)
Version: -S1S-
Hardware: Sun Solaris
: P3 blocker (vote)
Assignee: issues@java
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2003-04-23 18:43 UTC by Unknown
Modified: 2007-09-26 09:14 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 Unknown 2003-04-23 18:43:49 UTC
Description: 


Name: esR10188			Date: 01/24/2003


Product Version: Sun ONE Studio 4 update 1, EE (Build  030116)
IDE Versioning:  IDE/1 spec=3.23 impl=030116
OS: SunOS 5.8, sparc

java version "1.4.1"
Java(TM) 2 Runtime Environment, Standard Edition (build 1.4.1-b21)
Java HotSpot(TM) Client VM (build 1.4.1-b21, mixed mode)

To reproduce:
1. Create an EJB Module:
- open the New Wizard with the File/New menu item,
- select the Templates|J2EE|EJB Module node, go through the Wizard steps.

2. Add a Session EJB to the created EJB Module:
- call popup on the created EJB Module node in the Explorer tree,
- push New... menu item,
- select Session EJB in the Templates tree in the New Wizard, push the Next
button,
- push the Finish button.

3. Expand EJB_Module|Session|Classes node in the Explorer tree

4. Check 'Add...' dialogs:
a) 'Add New Field 'dialog
- call the context menu on the Bean Class node,
- push the 'Add -> Field...' menu item,
- wait for the 'Add New Field' dialog.

Bug: the 'Initial Value' label does not have mnemonics.

b) 'Add New Constructor' dialog
- call the context menu on the Bean Class node,
- push the 'Add -> Constructor...' menu item,
- wait for the 'Add New Constructor' dialog.

Bug: duplicate mnemonics on buttons for Method Parameters and Exceptions

The same bug you can see in the 'Add New Method' dialog.

c) 'Add New Inner Interface' dialog
- call the context menu on the Bean Class node,
- push the 'Add -> Inner Interface...' menu item,
- wait for the 'Add New Inner Interfacer' dialog.

Minor bug: the 'Super Class' label should be grey.


======================================================================

A comment.
Comment 1 Jan Becicka 2003-04-24 08:17:06 UTC
Reports a) b) are duplicates of issue 18465.
I will check report c) 
Comment 2 Jan Becicka 2003-04-24 09:28:27 UTC
I cannot reproduce report c). Probably fixed.

*** This issue has been marked as a duplicate of 18465 ***
Comment 3 Quality Engineering 2007-09-20 12:20:59 UTC
Reorganization of java component