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 55908 - A11Y on Add CMP Field dialog
Summary: A11Y on Add CMP Field dialog
Status: CLOSED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EJB (show other bugs)
Version: 4.x
Hardware: All All
: P3 blocker (vote)
Assignee: Pavel Fiala
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2005-03-03 16:03 UTC by Jan Horvath
Modified: 2009-11-10 06:48 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 2005-03-03 16:03:36 UTC
No Accessible description :
   Class: javax.swing.JCheckBox {  Getter |  } 
   Class: javax.swing.JCheckBox {  Getter |  } 
   Class: javax.swing.JCheckBox {  Setter |  } 
   Class: javax.swing.JCheckBox {  Setter |  } 
   Class: javax.swing.JTextField {  Description: |  } 
   Class: javax.swing.JTextField {  Name: |  } 


 Components with no mnemonic :
   Class: javax.swing.JCheckBox {  Getter |  } 
   Class: javax.swing.JCheckBox {  Getter |  } 
   Class: javax.swing.JCheckBox {  Setter |  } 
   Class: javax.swing.JCheckBox {  Setter |  } 


 Components with wrong mnemonic (mnemonic isn't
ASCII , label doesn't contain mnemonic):
   Class: javax.swing.JLabel {  Type: |  }
Comment 1 Marian Petras 2005-03-22 15:14:22 UTC
Almost fixed (in the trunk).

I changed code of the Add CMP Field form so that it sets mnemonics and A11Y
names and descriptions. I also wrote A11Y names for the UI elements in the
bundle. But I left A11Y descriptions empty in the bundle as I am not familiar
enough with the J2EE technology and the J2EE module.

Remaining tasks:
  - check A11Y names (in the bundle)
  - fill A11Y descriptions (in the bundle)

Modified files:
    j2ee/ejbjarproject/src/...
         .../org/netbeans/modules/j2ee/ejbjarproject/ui/logicalview/ejb/action/:
                                              FieldCustomizer.java   (1.5)
                                              FieldCustomizer.form   (1.3)
                                              Bundle.properties   (1.15)

Diffs:
http://www.netbeans.org/source/browse/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/logicalview/ejb/action/FieldCustomizer.java?r1=1.4&r2=1.5&diff_format=u
http://www.netbeans.org/source/browse/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/logicalview/ejb/action/FieldCustomizer.form?r1=1.2&r2=1.3&diff_format=u
http://www.netbeans.org/source/browse/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/logicalview/ejb/action/Bundle.properties?r1=1.14&r2=1.15&diff_format=u
Comment 2 Pavel Fiala 2005-04-03 16:32:47 UTC
I have set accessible descriptions to N/A similarly to issue 55905.

http://j2ee.netbeans.org/source/browse/j2ee/ejbjarproject/src/org/netbeans/modules/j2ee/ejbjarproject/ui/logicalview/ejb/action/Bundle.properties?r1=1.17&r2=1.18

Jiri, please check whether is it correct.

Comment 3 Jiri Kopsa 2005-04-04 10:28:03 UTC
Accessible descriptions seems to be fine. What about the mnemonics? Are they done?
Comment 4 Pavel Fiala 2005-04-04 15:23:35 UTC
Mnemonics are OK.
Comment 5 Jan Horvath 2005-04-26 10:19:23 UTC
v.