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 78225 - [A11Y] Call EJB dialog
Summary: [A11Y] Call EJB dialog
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 5.x
Hardware: All All
: P3 blocker (vote)
Assignee: Daniel Prusa
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2006-06-19 08:27 UTC by Jan Horvath
Modified: 2006-08-09 16:40 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 Jan Horvath 2006-06-19 08:27:23 UTC
Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  Error field |  Error field }
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  EJB nodes to call |
 EJB nodes to call }
Comment 1 Daniel Prusa 2006-08-09 16:40:14 UTC
The first component, Class: javax.swing.JTextField {  Error field |  Error field
}, is a non-editable text field that displays error message if the entered
values are not correct (it could be replaced even by a label). There should not
be any label pointing to it.
The second component (TreeView) fixed.

/cvs/j2ee/ejbcore/src/org/netbeans/modules/j2ee/ejbcore/ui/logicalview/entres/CallEjbPanel.form
new revision: 1.2.2.1.2.1; previous revision: 1.2.2.1

/cvs/j2ee/ejbcore/src/org/netbeans/modules/j2ee/ejbcore/ui/logicalview/entres/CallEjbPanel.java
new revision: 1.2.2.5.2.8; previous revision: 1.2.2.5.2.7

/cvs/j2ee/ejbcore/src/org/netbeans/modules/j2ee/ejbcore/ui/logicalview/entres/Bundle.properties
new revision: 1.3.2.3.2.9; previous revision: 1.3.2.3.2.8