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 131617 - A11Y: Components with no LABEL_FOR pointing to it in "MySQL Server Properties" dialog
Summary: A11Y: Components with no LABEL_FOR pointing to it in "MySQL Server Properties...
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Vancouvering
URL:
Keywords: A11Y
Depends on:
Blocks:
 
Reported: 2008-03-31 13:20 UTC by Roman Mostyka
Modified: 2008-08-19 17:18 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-03-31 13:20:32 UTC
Components with no LABEL_FOR pointing to it :
   Class: javax.swing.JTabbedPane {  MySQL Server Properties |  Use this dialog to set properties for your MySQL Server } 
   Class: javax.swing.JTextField {  |  Any arguments to the stop command } 
   Class: javax.swing.JTextField {  |  Specify any arguments to be supplied to the administration tool command } 
   Class: javax.swing.JTextField {  |  any arguments to the start command }
Comment 1 David Vancouvering 2008-08-16 01:21:08 UTC
We should fix A11Y issues...
Comment 2 David Vancouvering 2008-08-19 01:10:42 UTC
1ac6bf5f2fbf

I couldn't figure out how to fix the JTabbedPane item - it's not really a label "for" anything anyway
Comment 3 Roman Mostyka 2008-08-19 14:09:26 UTC
Verified with build 080819.
Comment 4 Quality Engineering 2008-08-19 17:18:42 UTC
Integrated into 'main-golden', available in build *200808191401* on http://bits.netbeans.org/dev/nightly/
Changeset: http://hg.netbeans.org/main/rev/1ac6bf5f2fbf
User: David Van Couvering <davidvc@netbeans.org>
Log: #131617 - Add labelFor properties for labels that were missing them