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 127841

Summary: Accessibility of Java SE Library Descriptor Wizard
Product: apisupport Reporter: Petr Chytil <pchytil>
Component: ProjectAssignee: Denis Anisimov <ads>
Status: VERIFIED FIXED    
Severity: blocker Keywords: A11Y
Priority: P3    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Petr Chytil 2008-02-20 10:33:24 UTC
Product Version: NetBeans IDE Dev (Build 200802140010)
Java: 1.6.0_04; Java HotSpot(TM) Client VM 10.0-b19
System: Linux version 2.6.22-14-generic running on i386; UTF-8; en_US (nb)
Userdir: /home/petr/.netbeans/dev

There is missing mnemonic and missing accessible description on 2. step of Java Se Library Descriptor Wizard
(File > New File > Module Developement > Java SE Library Descriptor > [Next])

Full output from accessibility tester:

===============================================
 Tested Window title : New Java SE Library Descriptor
===============================================

Results of Accessibility test


 Doesn't implement Accessible :
   - none.

 No Accessible name :
   - none.

 No Accessible description :
   Class: javax.swing.JButton {  Manage Libraries... |  } 
   Class: org.openide.explorer.view.BeanTreeView {  Available Libraries: |  } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Available Libraries: |  } 


 Label with LABEL_FOR not set :
   - none.

 Components with no LABEL_FOR pointing to it :
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Available Libraries: |  } 


 Components with no mnemonic :
   Class: javax.swing.JButton {  Manage Libraries... |  } 


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

 Components not reachable with tab traversal :
   - none.
Comment 1 Denis Anisimov 2008-02-27 10:35:02 UTC
changeset : 70021:1cc6b3b16ff0
Comment 2 Lukas Hasik 2008-02-29 08:38:21 UTC
verified in 2/28 build

===============================================
 Tested Window title : New Java SE Library Descriptor
===============================================

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: org.openide.explorer.view.TreeView$ExplorerTree {  Available Libraries: |  Available Libraries }
*the "L" mnemonic works correctly, probably A11YTester issue

 Components with no mnemonic :
   - none.

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

 Components not reachable with tab traversal :
   - none.