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 127620 - [A11Y] Issues with Property Chooser dialog
Summary: [A11Y] Issues with Property Chooser dialog
Status: VERIFIED FIXED
Alias: None
Product: soa
Classification: Unclassified
Component: BPEL (show other bugs)
Version: 6.x
Hardware: PC All
: P1 blocker (vote)
Assignee: Nikita Krjukov
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-02-18 11:21 UTC by Andrei Chistiakov
Modified: 2008-02-27 14:54 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 Andrei Chistiakov 2008-02-18 11:21:20 UTC
Reproduced with build 200802140010.

Issues with Property Chooser dialog

 No Accessible name :
   Class: org.openide.explorer.view.BeanTreeView {  |  } 
   Class: org.openide.explorer.view.BeanTreeView {  |  } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  } 


 No Accessible description :
   Class: org.netbeans.core.windows.services.NbDialog {  Property Chooser |  } 
   Class: org.openide.explorer.view.BeanTreeView {  |  } 
   Class: org.openide.explorer.view.BeanTreeView {  |  } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  |  } 

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


 Components with no mnemonic :
   Class: javax.swing.JCheckBox {  Show Imported Files Only |  Show Imported Files Only } 
   Class: javax.swing.JCheckBox {  Show Imported Files Only |  Show Imported Files Only }
Comment 1 Sergey Lunegov 2008-02-18 11:28:44 UTC
Nikita, please look at this.
Comment 2 Jaromir Uhrik 2008-02-19 15:13:33 UTC
Obviously this issue is P1 caused by missing dialog's accessible description.
Comment 3 Nikita Krjukov 2008-02-22 13:49:37 UTC
Add mnemonic. 
Add accessibile description to the dialog

don't change the BeanTreeView and TreeView$ExploreerTree because of 
they are not accessible. 
Comment 4 Andrei Chistiakov 2008-02-27 14:54:50 UTC
Verified with build 200802270005.