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 - Accessibility of some components should be fixed
Summary: Accessibility of some components should be fixed
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 4.x
Hardware: All All
: P4 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2004-10-21 13:39 UTC by Jiri Skrivanek
Modified: 2008-11-08 12:34 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 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.