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 155592 - A11Y: Components with no LABEL_FOR in "SQL History" dialog
Summary: A11Y: Components with no LABEL_FOR in "SQL History" dialog
Status: VERIFIED FIXED
Alias: None
Product: db
Classification: Unclassified
Component: SQL Editor (show other bugs)
Version: 6.x
Hardware: All All
: P4 blocker (vote)
Assignee: John Baker
URL:
Keywords: A11Y
Depends on:
Blocks: 152774
  Show dependency tree
 
Reported: 2008-12-16 17:55 UTC by Roman Mostyka
Modified: 2009-02-19 20:38 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-12-16 17:55:39 UTC
Results of Accessibility test, window with title "SQL History"
Components with no LABEL_FOR pointing to it :
  Class: javax.swing.JTextField {  Matching SQL matchbox |  Matching SQL matchbox } 
  Class: org.netbeans.modules.db.sql.execute.ui.SQLHistoryPanel$3 {  SQL Executed |  List of SQL executed }
Comment 1 John Baker 2008-12-18 00:41:26 UTC
804c4dc58bcc
Comment 2 Roman Mostyka 2008-12-19 09:41:39 UTC
Verified with build 081218.
But John, I still see the issue with:
Class: org.netbeans.modules.db.sql.execute.ui.SQLHistoryPanel$3 {  SQL Executed |  List of SQL executed }
Is it fixable and this issue should be reopened or not? Can you answer please and reopen issue if it's needed?
Comment 3 Quality Engineering 2008-12-22 15:02:42 UTC
Integrated into 'main-golden', will be available in build *200812221122* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/804c4dc58bcc
User: John Baker <jbaker@netbeans.org>
Log: #155592 A11Y: Components with no LABEL_FOR in "SQL History" dialog - fix