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 50697

Summary: Accessibility of some components should be fixed
Product: db Reporter: Jiri Skrivanek <jskrivanek>
Component: CodeAssignee: David Vancouvering <davidvc>
Status: VERIFIED FIXED    
Severity: blocker Keywords: A11Y
Priority: P4    
Version: 4.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Jiri Skrivanek 2004-10-21 13:39:32 UTC
Please, fix accessibility as described below:

No Accessible name :
  Class:
org.netbeans.modules.db.explorer.dlg.AddDriverDialog
{  |  Add JDBC driver dialog. }
   Class:
org.netbeans.modules.db.explorer.dlg.NewConnectionPanel
{  |  }
   Class:
org.netbeans.modules.db.explorer.dlg.SchemaPanel {
 |  }


 No Accessible description :
   Class:
org.netbeans.modules.db.explorer.dlg.NewConnectionPanel
{  |  }
   Class:
org.netbeans.modules.db.explorer.dlg.SchemaPanel {
 |  }
AddIndexDialog
 Class: javax.swing.JLabel {  Specify type of
index: |  } - just replace label by label_uq at
line 79
AddToIndexAction
   Class: javax.swing.JLabel {  Column: |  }

Label with LABEL_FOR not set :
NewConnectionPanel
  Class: javax.swing.JLabel {  Database URL: | 
Database URL. }
Comment 1 Roman Mostyka 2008-11-08 12:33:32 UTC
This issue contains several issues for different dialogs. Part of them are fixed now, part aren't valid anymore and for
the rest other issues has been filed.
I mark this issue as FIXED.
Comment 2 Roman Mostyka 2008-11-08 12:34:22 UTC
Verified.