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 128010 - [A11Y] Not accessible elements for New Web project (Sharability step)
Summary: [A11Y] Not accessible elements for New Web project (Sharability step)
Status: RESOLVED FIXED
Alias: None
Product: javaee
Classification: Unclassified
Component: Web Project (show other bugs)
Version: 6.x
Hardware: All Windows XP
: P2 blocker (vote)
Assignee: David Konecny
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-21 12:58 UTC by Dan Kolar
Modified: 2008-03-04 10:18 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 Dan Kolar 2008-02-21 12:58:28 UTC
Product Version: NetBeans IDE Dev (Build 20080220073549)
Java: 1.6.0_05; Java HotSpot(TM) Client VM 10.0-b19
System: Windows XP version 5.1 running on x86; Cp1250; cs_CZ (nb)

===============================================
 Tested Window title : New Project
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JButton {  Browse... |  }
   Class: javax.swing.JCheckBox {  Project shared with other users |  }
   Class: javax.swing.JRadioButton {  Copy jars to sharable libraries location |  }
   Class: javax.swing.JRadioButton {  Use local server installation registered in the IDE |  }
   Class: javax.swing.JTextField {  Sharable libraries location: |  }
   Class: org.netbeans.core.windows.services.NbDialog {  New Project |  }


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   - none.

 Components with no mnemonic :
   - none.

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

 Components with potential mnemonics conflict:
 - components with mnemonic 'B' :
   Class: javax.swing.JButton {  < Back |  Previous step: 2. Name and Location }
   Class: javax.swing.JButton {  Browse... |  }


 Components not reachable with tab traversal :
   Class: javax.swing.JButton {  < Back |  Previous step: 2. Name and Location }
   Class: javax.swing.JButton {  Cancel |  n/a }
   Class: javax.swing.JButton {  Finish |  n/a }
   Class: javax.swing.JButton {  Help |  Help button }
   Class: javax.swing.JButton {  Next > |  Next step: 4. Frameworks }
Comment 1 Dan Kolar 2008-02-21 13:01:04 UTC
Fix of this could wait, until current Sharability UI gets final appearance.
Comment 2 Jaromir Uhrik 2008-02-25 13:39:22 UTC
We should be feature frozen now so that don't hesitate with fixing of this issue:-)
Comment 3 Radim Roska 2008-03-04 10:11:54 UTC
fixed
http://hg.netbeans.org/main/rev/b76be0d80f61
Comment 4 David Konecny 2008-03-04 10:18:29 UTC
Thanks for this Radim!