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 150891

Summary: A11Y: Component with no LABEL_FOR in "Name the table" dialog
Product: db Reporter: Roman Mostyka <romanmostyka>
Component: CodeAssignee: Jiri Rechtacek <jrechtacek>
Status: RESOLVED FIXED    
Severity: blocker Keywords: A11Y
Priority: P4    
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 152583    

Description Roman Mostyka 2008-10-21 15:55:38 UTC
Results of Accessibility test, window with title "Name the table" (dialog for recreation of the table from grabbed
structure)
Components with no LABEL_FOR pointing to it :
  Class: javax.swing.JTextArea {  |  } 
  Class: javax.swing.JTextField {  |  }
Comment 1 Roman Mostyka 2008-10-30 19:14:29 UTC
Now it looks like:
Components with no LABEL_FOR pointing to it :
  Class: javax.swing.JTextField {  Table Name |  Table name. } 
Comment 2 Jiri Rechtacek 2009-07-01 07:57:22 UTC
Reassigned to new owner.
Comment 3 Jiri Skrivanek 2009-07-10 07:57:37 UTC
Fixed.
core-main #aac0077b73c5
Comment 4 Quality Engineering 2009-07-10 17:33:57 UTC
Integrated into 'main-golden', will be available in build *200907101400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/aac0077b73c5
User: Jiri Skrivanek <jskrivanek@netbeans.org>
Log: #150891 - A11Y fixed.