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 158293 - Minor accessibility problem in Add Library dialog
Summary: Minor accessibility problem in Add Library dialog
Status: RESOLVED DUPLICATE of bug 163788
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2009-02-10 13:20 UTC by Jaromir Uhrik
Modified: 2009-05-13 10:11 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 Jaromir Uhrik 2009-02-10 13:20:09 UTC
Product Version: NetBeans IDE Dev (Build 20090210055708)
Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15
System: Linux version 2.6.27-7-generic running on i386; UTF-8; en_US (nb)

Go to the Libraries node of any maven project and push Add Library from popup menu. Following a11y troubles are reported
for the "Add Library" dialog by a11y-tester tool:

 No Accessible description :
   Class: javax.swing.JComboBox {  Scope: |  } 
   Class: javax.swing.JTabbedPane {  Query |  } 
   Class: javax.swing.JTextField {  ArtifactId: |  } 
   Class: javax.swing.JTextField {  GroupId: |  } 
   Class: javax.swing.JTextField {  Query: |  } 
   Class: javax.swing.JTextField {  Version: |  } 
   Class: org.netbeans.core.windows.services.NbDialog {  Add Library |  } 
   Class: org.openide.explorer.view.BeanTreeView {  Search Results: |  } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Search Results: |  } 
 Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTabbedPane {  Query |  } 
   Class: org.openide.explorer.view.TreeView$ExplorerTree {  Search Results: |  }
Comment 1 David Simonek 2009-05-13 10:11:08 UTC
Marking as duplicate of already fixed 163788

*** This issue has been marked as a duplicate of 163788 ***