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 140931 - [A11Y] Issues with New Enterprise Application wizard|Server and Settings
Summary: [A11Y] Issues with New Enterprise Application wizard|Server and Settings
Status: VERIFIED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: EAR (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: pslechta
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-07-20 22:15 UTC by Ivan Sidorkin
Modified: 2009-04-27 13:52 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 Ivan Sidorkin 2008-07-20 22:15:33 UTC
Results of Accessibility test, window with title "New Enterprise Application"

 No Accessible name :
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 


 No Accessible description :
   Class: javax.swing.JCheckBox {  Create Application Client Module: |  } 
   Class: javax.swing.JCheckBox {  Create EJB Module: |  } 
   Class: javax.swing.JCheckBox {  Create Web Application Module: |  } 
   Class: javax.swing.JCheckBox {  Use dedicated library folder for server JAR files |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  New Enterprise Application |  } 

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 
   Class: javax.swing.JTextField {  |  } 


 Components with no mnemonic :
   Class: javax.swing.JCheckBox {  Use dedicated library folder for server JAR files |  }
Comment 1 Jaromir Uhrik 2008-07-21 11:38:25 UTC
This is at least P2 issue because accessible name is missing - see
http://qa.netbeans.org/bugzilla/bug_priority_guidelines.html
Comment 2 pslechta 2008-08-08 16:16:26 UTC
I'm getting the following result with today's trunk code:

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   - none.

 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  Create &Application Client Module: |  N/A }

   Class: javax.swing.JTextField {  Create &EJB Module: |  N/A }
   Class: javax.swing.JTextField {  Create &Web Application Module: |  N/A }


 Components with no mnemonic :
   - none.

 Components with wrong mnemonic (mnemonic isn't ASCII , label doesn't contain mn
emonic):
   - none.

 Components not reachable with tab traversal :
   - none.
Comment 3 pslechta 2008-08-08 17:14:27 UTC
The problem
Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTextField {  Create &Application Client Module: |  N/A }
   Class: javax.swing.JTextField {  Create &EJB Module: |  N/A }
   Class: javax.swing.JTextField {  Create &Web Application Module: |  N/A }

cannot be solved easily because CheckBox does not have labelFor property.

So it seems that we can close this issue as WORKSFORME... Reporter, do you agree?
Comment 4 pslechta 2008-08-08 17:46:00 UTC
I did small mnemonics cleanup on the panel.

http://hg.netbeans.org/main/rev/a1b854dd9b16
Comment 5 pslechta 2008-08-13 16:33:12 UTC
Closing. Please reopen if you see any other problem...
Comment 6 Ivan Sidorkin 2009-04-27 13:52:21 UTC
verified