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 - A11Y: Component with no LABEL_FOR in "Name the table" dialog
Summary: A11Y: Component with no LABEL_FOR in "Name the table" dialog
Status: RESOLVED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: Jiri Rechtacek
URL:
Keywords: A11Y
Depends on:
Blocks: 152583
  Show dependency tree
 
Reported: 2008-10-21 15:55 UTC by Roman Mostyka
Modified: 2009-07-10 17:33 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 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.